Advanced Topics

Administration Over SSL

To easily enable (and enforce) WordPress administration over SSL, there are two constants that you can define in your site’s wp-config.php file. It is not […]

Multisite Network Administration

Once you’ve created a Multisite Network, there are some additional things you might need to know about advanced administration, due to the additional complexity of […]

Two Step Authentication

Also known as Two-Factor Authentication. Two-step authentication is showing up all over the Internet as more sites look for better ways to secure logins, which […]

Installing WordPress in your language

Note: This article is about displaying the WordPress Administrative “back-end” in your language. If you are looking for information on how to localize your “front-end” […]

Custom Fields

WordPress has the ability to allow post authors to assign custom fields to a post. This arbitrary extra information is known as metadata. This metadata […]

Post Status

Posts in WordPress can have one of a number of statuses. The status of a given post determines how WordPress handles that post. For instance, […]

Post Types

WordPress houses lots of different types of content and they are divided into something called Post Types. A single item is called a post however […]

Backing Up Your Database

It is strongly recommended that you backup your database at regular intervals and before an upgrade. Restoring your database from backup is then possible if […]

Using cPanel

This tutorial provides step-by-step examples of creating a database and database user using the cPanel MySQL Database Wizard tool. Login to your site Login to […]

Debugging in WordPress

Debugging PHP code is part of any project, but WordPress comes with specific debug systems designed to simplify the process as well as standardize code […]

phpMyAdmin

What is phpMyAdmin? An administrator’s tool of sorts, phpMyAdmin is a PHP script meant for giving users the ability to interact with their MySQL databases. […]

Writing Code in Your Posts

Whether you write plugins or hacks for WordPress, or you want to add bits and pieces of code about your own WordPress site or other […]