Posts in Wordpress

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 »

Twenty Twelve Responsive Navigation Testing

Twenty Twelve theme navigation testing.

read more »

Customize input title placeholder for Custom Post Types

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 »