Hello,
I would like to use WordPress Stats plugin for showing popular posts as detailed here
http://wordpress.org/extend/plugins/stats/faq/
$top_posts = stats_get_csv('postviews', 'days=7&limit=8')
The problem is that it is also showing "Home Page" (only valid if the site is in english and on the other hand, is not useful to show the home page in "Popular posts") and other custom posts I wouldnt like to show.
Is there a way of removing "Home Page" from the CSV import??
And something for the custom posts??
Thanks a lot