Posts tagged as:

wordpress tips and tricks

WordPress Tips

April 28, 2009

in wordpress tips

WordPress tips which I personally found useful:
* Bulk delete spam comments
* Category feeds plugin for Feedburner
* How to fix if your stats plugin keeps showing zero visits?
* WordPress page specific header images
* To speed up WordPress, add the following to your wp-config.php:
// Enable the WordPress Object Cache:
define(ENABLE_CACHE, true);

{ 0 comments }

Whenever you have a problem with your WordPress blog,
0. Don’t Panic. So far as your WordPress database and wp-contents folder is fine, you are fine.
1. Switch to the default WordPress template and deactivate all plugins. If you are fine now, switch to another trouble free template or activate the plugins one by one to find [...]

{ 0 comments }