Hi,
I don't have a WP sidebar in my theme and do not want to use one. So I'm using WordPress Popular Posts in my theme with the code provided - here is the line of code I have in my templates:
<?php wpp_get_mostpopular("range=monthly&limit=5&stats_comments=0&pages=0"); ?>
The posts that are actually displayed on my site are totally different to the most popular posts that show up in the admin section stats for WordPress Popular Posts.
For example the posts that are showing up on my site only have had 10-20 views, where the stats that I have in the admin section on the posts being displayed show 224 - 327 views - these posts on not being displayed on my website.
Why is this? and can anyone help?
Thank a lot,
Max