3

Create A Simple Metabox For Custom Post Types

WordPress 3.0 has made creating custom meta boxes much more fun since you can completely alter the edit pages using them and make your own post pages entirely from metaboxes you've defined. Here's an example of how to create a URL and description metabox.... Create A Simple Metabox For Custom Post Types
Create A Simple Metabox For Custom Post Types
Levels: Noob
19

Create A WordPress 3.0 jQuery Drop Down Nav Menu

Stop searching for a way to make a drop down menu using WP nav menu in WordPress 3.0 only to not be able to find a solution because you've just found it. Learn how to make a WP drop down nav menu 3.0, right here, including the use of jQuery to add some nice effects to it as well.... Create A WordPress 3.0 jQuery Drop Down Nav Menu
Create A WordPress 3.0 jQuery Drop Down Nav Menu
Levels: Featured, Pro
10

OOPost Types: Objects Part 3 – Object Oriented WordPress 3.0 App

If you've been following along you now know how to create a class and custom post types. The next step is to use it to display the posts on your site as a custom page. Learn how to create new objects of your post type class using a custom page template in WordPress.... OOPost Types: Objects Part 3 – Object Oriented WordPress 3.0 App
OOPost Types: Objects Part 3 – Object Oriented WordPress 3.0 App
Levels: Featured, Pro
16

OOPost Types: Methods Part 2 – Object Oriented WordPress 3.0 App

This is the second part of building a WordPress 3.0 custom post type class. In this tutorial we'll build the methods that the class can use, and that any objects you build later on can access and use as well.... OOPost Types: Methods Part 2 – Object Oriented WordPress 3.0 App
OOPost Types: Methods Part 2 – Object Oriented WordPress 3.0 App
Levels: Pro
8

OOPost Types: Classes Part 1 – Object Oriented WordPress 3.0 App

You like custom post types, and maybe you love/hate OOPhp. Now learn how to put them together to build a complex custom section of your WP site. This isn't the first article on WordPress custom post types and won't be the last. But I assure you that unlike all others, this one has classes. Too cheesey lol? Oh well, let's do this!!... OOPost Types: Classes Part 1 – Object Oriented WordPress 3.0 App
OOPost Types: Classes Part 1 – Object Oriented WordPress 3.0 App
Levels: Pro
8

Easily Add A Subscribe To Feed Reminder To The Bottom Of Your Posts

Learn how to add custom content like a RSS subscribe reminder box to the bottom of your WordPress posts for your readers to see once they finish reading posts. This is a quick and easy way to add whatever you want below your posts.... Easily Add A Subscribe To Feed Reminder To The Bottom Of Your Posts
Easily Add A Subscribe To Feed Reminder To The Bottom Of Your Posts
Levels: Noob
55

WordPress Custom Post Types And Taxonomies The Right Way

You've seen a million how-to's, tutorials and articles talking about WordPress custom post types and taxonomies. Now learn how to create both of them the right way. This definitive guide will show what others have left out, and everything else you did or didn't know about post types and taxonomies.... WordPress Custom Post Types And Taxonomies The Right Way
WordPress Custom Post Types And Taxonomies The Right Way
Levels: Pro