sonamnextgen
Member
Posted 9 months ago #
I have installed "WordPress Popular Posts" two days ago.
I am using it in my page like
if (function_exists('wpp_get_mostpopular')) wpp_get_mostpopular("range=all-time&stats_views=1");
The problem is:I am using rss feed.The posts are only clicked but not visisted...In that case would this pliugin work or not..........
The data which is being displayed is "Sorry, No data so far" Please help as I am stuck at this point.......
http://wordpress.org/extend/plugins/wordpress-popular-posts/
Héctor Cabrera
Member
Plugin Author
Posted 9 months ago #
Hi there,
Sorry, I don't understand. Could you clarify, please? Also the range parameter is wrong, it should be:
if (function_exists('wpp_get_mostpopular')) wpp_get_mostpopular("range=all&stats_views=1");
sonamnextgen
Member
Posted 9 months ago #
hi Héctor Cabrera thanks for replying....I am using rss feed and onclik of a post I am just redirecting the page on some external link..............Will it work like this...?
Also Can you please tell me that whether I have to install some cache plugin or it will work like that.....
The url is dev.virtualservices.in/startmyday/?cat=2
Please show me the way to do this
Héctor Cabrera
Member
Plugin Author
Posted 8 months ago #
Hi,
WordPress Popular Posts collects the data on page load, that is when someone actually views the post. if this redirect happens before my plugin can collect the info then I'm afraid there's nothing I can do for now.