Tag Archive: custom post type

Checking for A Specific Post Type in WordPress

Tutorial

Conditional Tags are one of my all-time favorite tools to use when developing a WordPress theme.  It's an intelligent use of programming logic that allows even non-coders to grasp the basics and, in turn, create complex and functional WordPress themes.  With the advent of custom post types, a method was needed to check for the presence of a certain post type, and display the…

Continue Reading

Building a Portfolio With Custom Post Types / Taxonomies: Files & Meta

Tutorial

Yesterday we took a look at the beginning parts of building a portfolio using WordPress.  It basically boiled down to a few parts: Create the Post Type (done yesterday) Create The Taxonomies (Color Scheme [tag based], Work Done, WordPress Functionality Used) (done yesterday) Create Archive / Single pages for post type Create Meta Box Assign Meta Box Data to Single Page Assign Taxonomy Data…

Continue Reading