I’ve written a WordPress plugin that will convert the page title and post title to ‘title case’ capitalization. Title case is also often referred to as “initial caps”, “init caps”, or “headline style”. Title case means that the first letter of each word is capitalized, except for certain small words, such as articles, [...]
WordPress Partial Theme Inheritance
I’d like to create a WordPress theme using only some of the template files. Unfortunately, when it comes to theme inheritance, it seems that WordPress allows you only two choices. Your custom theme:
may contain a stylesheet and images, this “theme” then inherits all of the template files from another theme, or
must contain a [...]
External Files Causing a WordPress 404 Error?
I’m trying to find a satisfactory way of adding WordPress tags and theme elements (such as the sidebar) to pages that exist outside of WordPress. A non-WordPress page could then appear to be seemlessly incorporated into the site, wherein the layout automatically updates with changes to the theme template files, and could use the [...]
Optimizing the Syntax in the WordPress Title Tag
Getting the title tag just right in WordPress isn’t as easy as it ought to be. Currently, a popular title syntax for SEO purposes shows the page’s title, followed by a pipe separator, followed by the site’s name. In practice, this preferred syntax would appear as “Page Title | Site Name”. For [...]
