WordPress Codex is a Useful Reference
In the WordPress Codex, you will find list of Conditional Tags, and Function References WP_Query is a big one. The Template Hierarchy has a great chart for how to name your theme files for custom...
read moreHow to enable debugging messages in WordPress
To enable debugging messages in WordPress, add the following … define('WP_DEBUG', true); define('SCRIPT_DEBUG', true); to the wp-config.php file in your development environment. For...
read moreHow to Create a New WordPress Admin User in the Database
There are legitimate reasons why you might need to create a new wordpress admin via the database. Suppose you were hired to work on a client WordPress site. The client do not want to give out...
read moreReset WordPress Admin user password in database
If the wordpress admin forgot their password, try the “lost password” link in the login page. If that fails, then you have to reset the password in the database. This tutorial will...
read moreFour Ways to Determine the WordPress Version
Sometimes you may need to determine the WordPress version in order to determine plugin compatibility or to debug of fix certain issues. 1. WordPress Dashboard shows version number The most obvious...
read moreHow to Enable Search Engine Friendly URL
By default, the WordPress URL looks like shown below with a ? followed by a query string parameter… This is not very search engine friendly. It is better to have some keywords in the URL...
read moreHow to disable comments in WordPress?
To Disable Comments Globally In WordPress 3.5, you can globally disable comments in all new post by going to “Settings -> Discussions” and uncheck the “Allow people to post...
read moreHow to Secure Your WordPress Site
1. Keep WordPress core updated The best way to keep your WordPress secured is to keep your WordPress updated. 2. Don’t Use “admin” as your username. If your wordpress login is...
read moreBackup WordPress Database
The WordPress database contains all your page and post content as well as user comments. So it is a good idea to occasionally backup your WordPress database and especially before doing WordPress or...
read moreAll contents are opinions and are copyrighted and may contain display ads and ad links for which site may receive revenues from.
See Terms of Use and Privacy Policy.