[ad_1]
Hey @jamesv,
Well, I guess you could manually input data for those posts in the wp_popularpostsdata database table. Said table has the following columns:
- postid, integer, the post / page ID
- day, string, the date & time the post / page was first viewed
- last_viewed, string, the date & time the post / page was last viewed
- pageviews, integer, total views count of the post / page
Yes, we could manage that, thanks Hector.
