Plugin Popular Posts Tool
This Wordpress plugin ables you automatically display the most commented posts by categories or tag. In adition, you can manually select the category or tag that you want to display its most commented posts:
Now with widget to add it easily to your sidebar:
Download here its most stable release:
Wordpress Plugin Popular Posts Tool (106)Installation:
- Unzip and upload to the plugins folder (located in
/wp-content/plugins/). - Active the plugin from Wordpress administration panel.
Usage:
Format:
ti_popular_posts($num, $my_id=0, $pre='<li>', $suf='</li>')
$num: Number of entries to display
$my_id: The id of the category or tag you want to display its most commented posts. If you leave it empty, the plugin will automatically detect if you are in the categories or tags archive and will display mosts commented posts for that category or tag. If you are in a single posts, then will display the most popular posts for the first category of thata entry. If none of the above conditions are found, then the plugin will display the mosts comented posts at general level.
$pre: html Tag that will appear at the begin of each list element. If leave it empty, will be <li> by default
$suf: html Tag that will appear at the end of each list element. If leave it empty, will be </li> by default
Example:
<?php if(function_exists(ti_popular_posts)): ?>
<ul>
<?php
ti_popular_posts(5);
?></ul><?php endif; ?>
The above example shows a lists with the five most popular posts.
If liked this plugin and it has been useful and you’d like promote its development, you can contribute with a generous donation. Thanks:
For next version of this plugin:
This plugin will be multi widget, so you can add multiple instances in case you’d want to display popular posts for separate categories.















(4.50 out of 5)