If you uninstall and install it again all the views will get reset.
Thread Starter
BF100
(@bf100)
*&*&()&) to this plugin π
That hardly seems fair. You deleted the plugin after all. All well-coded plugins remove their data from your database by design and as per best practice recommendations.
Thread Starter
BF100
(@bf100)
i have backup
how can i just back the post veiw count ?
Thanks esmi!
Yes, if you uninstall/delete it, it only make sense to remove all the data used by the plugin, if not your WordPress will get more data that nv be used.
If you have backup and want to restore it, please read http://codex.ww.wp.xz.cn/Restoring_Your_Database_From_Backup
Thread Starter
BF100
(@bf100)
i deleted postview 1.64 for 1000000 time and that version never reset counts !
Thread Starter
BF100
(@bf100)
how can i just backup postview counts from old db and replace in new db ?
( not hole db just postview counts )
That is tricky and I am not too sure it can be done because it the view count is stored in wp_postmeta and that table is used by wp_posts. I am not too sure if it will break anything but I would tell you that it is risky.
So go ahead at your own risk and just drop wp_postmeta and restore wp_postmeta table.
Thread Starter
BF100
(@bf100)
its so risky
i restore my old fullbackup
but now old posts stop counting and new posts are counting well
how i fix this new problem ?
What do you mean by stop counting? There is no such thing as old post count and new post doesn’t, the count code is all the same.
The only reason I can think of is there is duplicated “views” post meta in your old post.