You mean like setting the Custom Fields key views value back to zero for a given post.
yeap, as what MichaelH said =)
@ MichealH
Yes, but I want it for all posts.
Guess you could use phpMyAdmin to set them all to zero.
Backup your database first.
Then try this:
UPDATE wp_postmeta SET meta_value = ‘0’ WHERE wp_postmeta.meta_key =’views’ ;
It works, but now they all stay on ‘0’ and not updating anymore?
because u are logged in try another computer to view it.
I used another computer to view it, but they still all stay on 0.
before that was working fine? Are u logged in on the other computer that you are using to view?
Before it worked fine. No, i’m not logged in.
try updating wp-postviews to 1.11 if you havent done so.
that is weird, drop by my http://forums.lesterchan.net and create a thread there with more details, I may need your wp-admin to check whether the views is being called.
Did u try on the default theme to see if it works?
What happens if you change, for just one post, the views value to 1 (one)–does it start incrementing then for that post?
I found something interesting, it only counts the views now on posts wich has posted after the reset. All the posts posted before the reset are still on ‘0’, even when I view them (when I’m logged off).
i think I know the bug.
Redownload and overwrite the plugin again
http://www.lesterchan.net/others/downloads.php?id=19