The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
133 views

Jetpack - stats_get_csv period parameter

I'd like to create a query to show the top 6 most read posts over the last two days. However, I'd like to only include posts created within the last month to prevent older stories from showing up. I ...
1
vote
1answer
220 views

Wordpress.com Stats stats_get_csv with custom field?

I am trying to figure out how to add a custom field to display an image instead of a title on the stats_get_csv from Wordpress stats. <?php if ( function_exists('stats_get_csv') && ...
1
vote
3answers
763 views

using stats_get_csv to return a list of popular posts by views with thumbnails

I recently learned that if you have Wordpress.com Stats installed, you can take advantage of stats_get_csv() (Part of the WordPress.com Stats Plugin). <?php if ( function_exists('stats_get_csv') ...