Hi Ikki24,
Is it possible to use two or more sidebar widget for this plugin?
ie. one for most popular post this week and the one for the most popular post etc..
Thanks in advance
Hi Ikki24,
Is it possible to use two or more sidebar widget for this plugin?
ie. one for most popular post this week and the one for the most popular post etc..
Thanks in advance
Hi lanz,
Currently, you can use my plugin as a widget, or use the php snippet, or both. You could, for example, add Wordpress Popular Posts as a widget to your sidebar, and right below it use the get_mostpopular() function to display a different listing.
If I heard right, Wordpress 2.8 has now the ability to create multiple instances of any widget. If so, I might include this feature so that you (or anyone) could be able to use several Wordpress Popular Posts widgets. This, however, will take a little while.
I too am interested in setting up a 2nd Popular posts:
Current Popular Posts
Alltime Popular Posts
Currently, 'Current Popular Posts' has been called manually in my sidebar using:
<?php if (function_exists("get_mostpopular")) get_mostpopular(); ?>
What would the best way to add the 2nd "Alltime Popular Posts"?
You must log in to post.