Would it be possible to ad this http://wordpress.org/extend/plugins/wordpress-popular-posts/faq/ int he popular box? It’is ok in the sidebar but it would look much better in the original box.
You can replace the popular_posts()
function with this:
if (function_exists('wpp_get_mostpopular')) wpp_get_mostpopular();
You’ll have to tweak the code a bit though if you want it to look like the theme section.
Thanks for the tip but tinkering the code is something to big for me π After a few attempts I ended up with a broken theme π I’ll wait for an update. This will be much safer.
Maybe sorting the coments by date would be a solution for me? There are a few comments so this could be a hit π I’ve changed the parameter somewhere from number to date but seems to me that I did something wrong as it doesnt work as it should.
Sorting the comments by date is not a relevant factor to consider popular posts. You also have the option o sort them by view count in the theme options.