-
Recent Posts
Recent Comments
Archives
Categories
Meta
Author Archives: admin
Day Two – Design and Creating our Database Table
In day one of this series we focused only on setting up a canvas so to say for our plugin. This tutorial will be dedicated to creating our table that we will use to store our event information. We will … Continue reading
Posted in Plugin Development
1 Comment
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
Our First Plugin Released
I have just complete and uploaded our first plugin. It is a super simple user login redirect hence the name simple login redirect. It adds a section of content to the user’s profile that allows you to specify a redirect … Continue reading
Five Ways to Control the Length Of Your WordPress Excerpt
Do you want an excerpt that is either longer or shorter? There are several method to limit or length your excerpt and we will look at 5 in detail. Some are simple and other will be a bit more complex. … Continue reading
Seeing WordPress Rewrite Rules
If you have ever wondered how permalinks and the WordPress rewrite class work, there is no better way to find out than to display the WordPress rewrite rules. If you are unfamiliar with the rewrite class, it provides the function … Continue reading
Posted in Development
Leave a comment
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
What is WordPress Taxonomy and How to Add Your Own Custom Taxonomies
Taxonomy is defined by Wikipedia as practice and science of classification and if you have been using WordPress then you are familiar with taxonomies. Posts are an example of an item that can be classified. You can assign a post … Continue reading
Simple But Great Function home_url()
home_url() is a new function added to 3.0 version of WordPress. It template function that allows you to create URL’s that begin with your home address. Home_url() might sound complicated but it is extremely easy to use and will make … Continue reading