Resetting Popularity Contest and WP-PostViews
To make the WordPress plugin “Popularity Contest” start from the beginning, deactivate the plugin and empty the table wp_ak_popularity with the following SQL-Statement:
TRUNCATE TABLE `wp_ak_popularity`
Then, reactivate the plugin.
If you want to reset the WordPress plugin “WP-PostViews” to make it count from scratch, deactivate the plugin, then use
UPDATE `wp_postmeta` SET meta_value = 0 WHERE meta_key = "views"
Then, reactivate the plugin.
(”wp_” is the default table prefix for WordPress, which might be different in your installation.)
I decided to do this because I recently upgraded my WordPress installation.
The post ends here. Wanna leave a response? Have Your Say!
Next post: Call Of Duty 4
Previous post: Windows Explorer Does Not Refresh Window Content
The above post was initially scribbled on April 7th, 2008 @ 17:23:10 +0200 (CEST) and has been last modified on September 16th, 2008. It is filed under the category Miscellaneous Stuff and has been tagged with the terms [plugin | wordpress].
Sorry, still gathering information...
Trackback URI | Comments RSS | Permalink



