2

[Guest Post] Submit WordPress Posts From The Frontend Of Your Site

This is a guest post on WPShout .com that shows an easy way to create a custom new post submit form for the front-end of your site.It is my first guest post, but it's not one you'd want to miss. ... [Guest Post] Submit WordPress Posts From The Frontend Of Your Site
[Guest Post] Submit WordPress Posts From The Frontend Of Your Site
Levels: Featured, Rookie
4

363 Vibrant Color Swatches For Photoshop Download Pack

This is the result of me grabbing colors from things I like the color of, which led to me taking multi-colored patterns and gradients and adjusting the hue/saturation, blending mode, and opacity of them over and over grabbing all the colors of it after each change.... 363 Vibrant Color Swatches For Photoshop Download Pack
363 Vibrant Color Swatches For Photoshop Download Pack
Levels: Featured, Site News
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
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
10

Understanding The Difference Between query_posts and WP_Query

Many WordPress developers aren't aware what the difference is between these two query functions are, despite how they are the most important part of a WordPress site. These functions are what make up The Loop which generates the page content. Let's take a look at how they are different.... Understanding The Difference Between query_posts and WP_Query
Understanding The Difference Between query_posts and WP_Query
Levels: Featured, Noob