Codex tools: Log in
Page d'accueil du Codex en français - Télécharger WordPress en français
Les utilisateurs francophones se retrouvent sur le site WordPress-Francophone, notamment sur son forum d'entraide.
Contents |
Affiche le nombre total d'articles qu'a publié un auteur. Les brouillons et les articles privés ne sont pas comptabilisés. Ce marqueur doit être utilisé à l'intérieur de la Boucle.
<?php the_author_posts(); ?>
Affiche le nom de l'auteur et le nombre d'articles.
<p><?php the_author(); ?> a bloggué <?php the_author_posts(); ?> articles.</p>
Ce marqueur n'accepte aucun argument.
the_author, the_author_description, the_author_login, the_author_firstname, the_author_lastname, the_author_nickname, the_author_ID, the_author_email, the_author_url, the_author_icq, the_author_aim, the_author_yim, the_author_msn, the_author_posts, the_author_posts_link, list_authors, wp_list_authors