Hey,
I want to display the total posts a user has posted.
How can I do this?
Many thanks in advance !
Thibault
Fetching latest tweet ...
Hey,
I want to display the total posts a user has posted.
How can I do this?
Many thanks in advance !
Thibault
You will need to install the PHP widget, and use the following code:
<?php the_author_posts(); ?>
See this:
http://codex.wordpress.org/Function_Reference/the_author_posts
Where can I download that widget?
Here:
http://wordpress.org/extend/plugins/wp-php-widget/
But there are many in the plugin repository; it's worth taking a look.
Many thanks but I actually want that when someone opens an author profile, they can see how much posts the author has .
Is this possible? I'll certainly use the php widget ;)
Yes, it is. Use either of the action hook widget areas that are available in "author.php".
Awesome, everything works now !!
Many many thanks !
This topic has been closed to new replies.