WordPress Tips

WordPress tips which I personally found useful:

* Bulk delete spam comments
* 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);

Speak Your Mind