Category Archives: Plugin Development

An Event Calendar Plugin Series Begins

Over the next few days we are going to create several tutorials on how to create a custom event calendar.  These will be an in-depth on not only how to create a custom calendar but WordPress in general.  We will … Continue reading

Posted in Plugin Development | Leave a comment

A Custom Meta Box with a Datepicker

This tutorial will cover how to add a meta box to your custom post type for saving a date. We will need to create the meta box which will contain a field to represent the date. The input for the … Continue reading

Posted in Advanced, Development, Plugin Development | Tagged , | 17 Comments

Advanced Custom Post Types – PHP Class Integration

It was quite apparent to me that the addition of custom post types made this version of WordPress the most powerful yet. When I first saw their power, I began adding custom post types immediately. One recent theme I developed … Continue reading

Posted in Advanced, Plugin Development | Tagged | 8 Comments

The Beginning Steps to Writing Your Own WordPress Plugin

The beauty of Wordpress is ability to be customized. The plugin API provided by Wordpress is extremely extensive and having knowledge of how to create your own plugins will allow to take your development to the next level. Continue reading

Posted in Development, Plugin Development | 1 Comment