Thanks! the fix you suggested works. I can now see in the database that it registers views however the filters for day week month doesn’t work. i still get “no data so far”
i have four tables in the database
PopularPostsdata
popularpostsdata
popularpostsdatacache_backup
popularpostssummary
and ‘popularpostsdata’ is getting new entries
my shortcode looks like this
<?php echo do_shortcode(“[wpp range=all limit=3 thumbnail_width=70 post_type=blogg freshness=0 stats_comments=0 thumbnail_height=70 stats_views=0 order_by=views wpp_start=
]”); ?> i use this in a theme file.
i can sort posts and pages daily, weekly, monthly but not my custom post type ‘blogg’