• I am looking for a replacement for an abandoned plug-in. My site has millions of page/post views that I don’t want to lose in the changeover. Does your plug-in allow me to manually set a starting number of views?

Viewing 1 replies (of 1 total)
  • Plugin Author dFactory

    (@dfactory)

    It does allow you to import views from WP-Postviews plugin or from any post metadata using a pvc_import_meta_key filter hook.

    So first and foremost you’d have to check how your views are currently stored in the database. Then, if the total views for each post are stored in a single meta_key use the pvc_import_meta_key filter and do the import.

    There are other options too, but as i said, you have to know the above before doing anything.

Viewing 1 replies (of 1 total)

The topic ‘Manually Set the Count?’ is closed to new replies.