Advanced Topics

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 […]

Using Your Browser to Diagnose JavaScript Errors

If you’re experiencing issues with your interactive functionality this may be due to JavaScript errors or conflicts. For example, your flyout menus may be broken, […]

Sticky Posts

Sticky Posts is a feature that places a post at the top of the front page of posts, keeping it there until new sticky posts […]

Multilingual WordPress

WordPress does not support a bilingual or multilingual blog out-of-the-box. There are however Plugins developed by the WordPress community which will allow you to create […]

Test Driving WordPress

There are times when you need to test changes to your WordPress powered site out of the public eye. Making changes to a live site […]

Optimization – Caching

This article is part of a series on WordPress Optimization. WordPress caching is the fastest way to improve performance. If your site is getting hit […]

Create A Network

You have the ability to create a network of sites by using the multisite feature. This article contains instructions for creating a multisite network. It […]