• Resolved James.v

    (@jamesv)


    We have WPP working just fine, but we would like to include posts in the output that were published before the plugin was installed on our website. The intention is to create a view of the “most popular posts of all time”. Is that possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    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
    Thread Starter James.v

    (@jamesv)

    Yes, we could manage that, thanks Hector.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Popular posts from before the plugin was installed’ is closed to new replies.