Month: January 2015

Getting Started with WordPress Plugin Development

Plugins are PHP scripts that alter your website – basically, bits (or even lots!) of code that can be uploaded to your WordPress install to extend and expand the functionality of your site, without having to hack the core code. The great thing about plugins is that they allow you to add features to your…

Read More

A Quick Guide to Creating Custom Taxonomies in WordPress

The most frequent questions I get asked about WordPress are usually about custom post types (which I covered in How to Create WordPress Custom Post Types) and custom taxonomies, which we’re going to tackle today. Custom taxonomies were introduced in WordPress 3.0 as a core feature and allow you to group posts together with more than…

Read More

Archives