Display CPT’s using template file not being used
October 2, 2017
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
August 4, 2017
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
May 27, 2017
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
March 3, 2017
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
February 23, 2017
Twenty Twelve theme navigation testing.
read more »