Ok, so - this has been puzzling me for a while. Please please help guys!
I use the Popularity Contest plugin on my site. You can see it working fine in the sidebar:
http://thelineofbestfit.com
Now - I use the option that shows monthly popularity scores rather than 'all time'.
All of the Popular posts on the homepage are from the month March. Which is coincidentally when I edited my sidebar.php file with the following code:
<?php if (function_exists('akpc_most_popular_in_month')) { akpc_most_popular_in_month($limit = 10); } ?>
Now, if you click on a post on the home page. Say, the latest one, the popular posts on the right now change to April. Which is great. BUT, why wont the homepage change to April? Surely the posts are being pulled from the same place?
So just to recap -
How do I get the homnepage popular posts to appear in the cuurent month, rather than March.
ANY suggestions would be hugely helpful
Thanks in advance!