Hello.
I was wondering if anyone know how to reset the counters for the popular posts plugin? I have tried to uninstall and start over but it doesnt work.
Can someone please tell me how or give me an sql-code example i can use?
Many thanks
Hello.
I was wondering if anyone know how to reset the counters for the popular posts plugin? I have tried to uninstall and start over but it doesnt work.
Can someone please tell me how or give me an sql-code example i can use?
Many thanks
Try this:
1. Deactivate plugin
2. Backup database
3. In wp_postmeta, delete records with meta_key of "pvc_view"
Thanks for your reply. Can it be views just intstead of pvc_views? I dont have any pvc_views in wp_postmeta...
In wp_postmeta, using that plugin, the pvc_views record exists for each post.
Ignore my latest comment! I was in the wrong domains phpmyadmin! I can see it so much more clearly now! Thanks for your help.
You must log in to post.