5
Dec
written by admin • posted in How-To • 968 views • no comments
The original post is here.
My blog has been here for almost five years now. It is time to do some “spring cleaning”. I am using the tip from Marco Luthe to clean/reset my counter.
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.)
blog by cail
- » Buy Chinese Painting
- » a page for 99life, fdu
- » 2shRNA - design oligos for RNAi
- » Feed collection of leading biology journals
- » How to use ImageJ to analyze images?
- » Play background music
- » About CaiLog
New in 'How-To'
- http://pubmeder.appspot.com/ open to public
- PubMed-er : ease your paper reading in browser
- Use vUSBbus to backup and emulate Sentinel and HASP dongles (HASP3/HASP4/Hasp HL USB keys) #getkey
- Install Snow Leopard on EeePC 1000HA (for Google Contact Sync with photo)
- How to setup Exchange ActiveSync account on #htc #evo 4G (should work for other #android phone with HTC Sense)
- Sprint HTC #evo running on Verizon network … and speed comparison
- HTC #evo: #root from @toastcfh, RUU stocks, OTA update and @unrevoked
Hot in 'How-To'
- analog – analog/digital – digital, VGA – DVI – HDMI - 26,386 views
- Ez-12 windsurfer antenna - 14,546 views
- How to add new ringtones to iPhone - 12,324 views
- Air Video, video stream and live convert your favorites to iPod Touch, iPhone and iPad (How to setup the server for Ubuntu and OpenSolaris) - 9,504 views
- mac osx 10.5.1 kalway on Lenovo Thinkpad T43 2668AJU - 8,399 views


Leave a Reply