WordPress security tips:
* Keep your WordPress installation and plugins up-to-date always and immediately. Many attackers try to take advantage of loopholes in outdated software. So, do not hesitate to upgrade WordPress fearing it would break custom made themes and plugins. Security should be the top priority.
* Use a strong, unique and different password each for [...]
Is your WordPress powered site slow? Try these:
1. Upgrade WordPress software, current theme and plugins to their latest versions.
2. Delete inactive plugins.
3. Deactivate and delete as many unnecessary plugins you can. Even the WordPress founder Matt uses only two plugins
I try to keep my plugins count below 10. With so many useful plugins, [...]
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);
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 [...]