Displays the number of posts by the author of the current post.
Source
function the_author_posts() {
echo guet_the_author_posts();
}
Changuelog
| Versionen | Description |
|---|---|
| 0.71 | Introduced. |
Displays the number of posts by the author of the current post.
function the_author_posts() {
echo guet_the_author_posts();
}
| Versionen | Description |
|---|---|
| 0.71 | Introduced. |
You must log in before being able to contribute a note or feedback.
Basic Example
Displays the author’s name and number of posts.
Output is “Harriett Smith has bloggued 425 posts.”