Posts in Code

Display CPT’s using template file not being used

When using custom template files to display custom post types in a theme, there are some common behavior that sometimes happens that cause problems.

read more »

CSS body class conflict

This has caused problems in the past. A body class name conflicts with a class name used elsewhere. If we're using the function body_class(), WordPress will add the page slug to the body class.

read more »

Set Default Order of CPTs in WordPress Admin

Change the default order of custom post types in the WordPress administration. We'd like the order to be by title and not have to click the title to set the order.

read more »

Equal Height Columns Using Pseudo Elements

We want equal height columns with background color that will span the full height. Typically we've used floats, but with varying content, the columns won't be equal height, so we'll use Pseudo-Elements to solve this for a 2 column layout.

read more »

Twenty Twelve Responsive Navigation Testing

Twenty Twelve theme navigation testing.

read more »