2

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
11

WordPress Theme: 3.0 Basics – A Higher Starting Point For Theme Developers

Announcing the release of a WordPress 3.0 Basic theme. This is a theme framework that has all kinds of great 3.0 features including a custom post type I made. It's a great starter theme for WP theme developers, and just as great to use as is.Check out everything included in this theme, and download it to try it out for yourself.... WordPress Theme: 3.0 Basics – A Higher Starting Point For Theme Developers
WordPress Theme: 3.0 Basics – A Higher Starting Point For Theme Developers
Levels: Featured, Pro
8

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
4

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: Featured, Pro
31

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: Featured, Pro
21

How To Create WordPress Dashboard Themes And Styles

If you ever wanted to make your site's dashboard area look more customized to fit your site, well here are some ways you can do that.I'm here to completely unlock the secrets of the WordPress Dashboard design and open up a whole new world of customization for WordPress users everywhere.... How To Create WordPress Dashboard Themes And Styles
How To Create WordPress Dashboard Themes And Styles
Levels: Featured, Pro
5

Important Update: Register Taxonomies And Post Types With Labels

There's been a somewhat "big" update, or change, made to the register_taxonomy() and register_post_type() functions in Wordpress.You will now be able to customize the capabilities of custom types you create, even MORE!! Note: This is a new update, which may be subject to change in the near future since it is more than a minor typical alteration.... Important Update: Register Taxonomies And Post Types With Labels
Important Update: Register Taxonomies And Post Types With Labels
Levels: Pro