Useful WordPress Tips Websites

Are you looking for useful WordPress tips websites? Here is a list of selected websites which offer regular updates on WordPress tips and tricks. Beginner WordPress tips: 1. WP Beginner2. WP TV Advanced WordPress tips: 1. WP Engineer3. WP Recipes  … [Read more...]

How to find if a site is powered by WordPress?

WordPress logo

Many clients approach me thinking a site is done in WordPress while it is not. So, how to find if a site is powered by WordPress?1. Right click on any page in the site and select "View page source". You can also select "Page Source" in the view menu in the browser.In the source page, search for terms like wp-content or wp-admin or wp-includes . Any site not having these words in the source is not powered by WordPress. Some might have changed the wp prefix for security reasons. But is a very rare case.2. Check domainname.com/readme.html to see if it is powered by WordPress. You can also use this method to see the WordPress version installed. ( Tip by WPWebHost )3. Use … [Read more...]

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); … [Read more...]

How to Troubleshoot WordPress?

Whenever you have a problem with your WordPress website,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 out the culprit.If you still have problem, it is possibly a WordPress problem. Then, there are few places to ask for WordPress help:* WP support forum for How-To and Troubleshooting. Check other WP help forums too. * Frequently asked questions for WP troubleshooting * WP documentation for troubleshooting. * Tweet your question with the hashtags … [Read more...]