WordPress Posts Without Titles

Occasionally, a Nimbus Themes member will submit a support ticket about the way our themes display titles on blog posts or pages that don’t have the title field populated. Often these requests boil down to hiding the title entirely, so in this post we’re going to explore the logic behind our approach to these edge cases and how to hide the title if that’s your ultimate aim.

Get_template_part() – Organizing WP Theme Architecture

Recently, I’ve received several support requests regarding the get_template_part() function from agencies developing child themes based on a Nimbus Theme.

There seems to be confusion about how this function works and why we’ve chosen to implement it in our themes. This post will look at what this important function offers and how it simplifies and enhances WordPress theme architecture.