Posted by José Lopes.
This plugin displays the complete post list of one Author including his participations has co-author, calculating the total number of posts.
This is the version 2.0 of the Author Complete Post List plugin already presented on this site.
This version includes the internacionalization, with english, portuguese and french versions.
All the funcionalities were preserved and the functions call is compatible with the previous version. Just download and activate without any other changes.
Download
You can download one of the files that serves you better:
You may also find this Plugin in the Wordpress repository at
Installation
How to use it
This plugin was created to be used in the file author.php, defined on the Wordpress example, so the way to use it is defined with this assumption.
Two code lines are enough to get the author's post list.
<?php total_posts($author, $curauth->user_login) ; ?> <?php full_post_list($author, $curauth->user_login) ; ?>
If you are updating the version you don't need to change these lines in your template.
Explaining the code:
Output example:
The author has 3 post(s) :
- Post 3 on 06/07/2007, stored in Nowhere
- Post 2 on 06/07/2007, stored in Nowhere
- Post 1 on 05/07/2007, stored in Nowhere
Final notes
You should be aware how you define the co-author:
Leave us your message if you want to send us a new language version.
Deixe a sua mensagem:
BTW, thanks for plugin.