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 »Twenty Twelve Responsive Navigation Testing
February 23, 2017
Twenty Twelve theme navigation testing.
read more »Customize input title placeholder for Custom Post Types
June 24, 2016
For custom post types, let's modify the title placeholder text to more accurately say what type of title is expected. So when our client adds a testimonial or project, we display text specifying what's expected.
read more »