Drumroll… our Hosting now allows you to clone either your own sites or select from expertly fully pre-made WPMU DEV ones. Woohoo! You know that process you have to go through each time you set up a new WordPress site? (I) install WP (II) add, activate & configure plugins (III) add, activate & configure a theme (IV) populate the site …
The Ultimate Guide to Theme Template Files in WordPress
If you’ve ever delved under the hood of a WordPress theme, you’ll know that it contains four kinds of files: the stylesheet, the functions file, a number of template parts, and one or (most likely) more template files. For a theme to work, it must have at least two files: the stylesheet and an index.php […] View original post at …
The Ultimate Guide to WordPress Page Templates
One of the templates that I always include in any theme I code is the page.php file. This is the template that WordPress will use for creating static pages. It’s useful to have a dedicated page.php file instead of falling back to index.php because you’ll need your pages to display slightly different content from single […] View original post at …
WooCommerce 3.3.1 Released, Addresses Template Conflicts
WooCommerce 3.3.1 is available and fixes template conflicts discovered in a handful of WordPress themes that forced the team to revert WooCommerce 3.3. The team reviewed handful of the most common themes running WooCommerce and tested them for compatibility with 3.3.1. WooCommerce developers recommend that theme authors use hooks instead of template overrides to ensure maximum compatibility. According to Mike …
Workarounds for the Page Template Bug in WordPress 4.9
WordPress 4.9 “Tipton” was released last week and although it’s largely trouble-free, there is one particular issue users and developers are running into that’s causing frustration. In 4.9, custom page templates that are created fail to display in the Template drop-down menu. The issue is related to changes made to the file editor. Previous versions of WordPress listed files 2-levels …
A Quick and Dirty Guide to Post Type Templates in WordPress 4.7
WordPress 4.7 has delivered some fantastic new enhancements to the CMS’s template system. Templates have now been expanded to include all post types, allowing developers to create more nuanced themes and at the same time allowing site owners to manage content more easily. But how does it all work? In this article, I’ll show you how […] View original post at …
How to Convert Any HTML5 Template Into an Awesome WordPress Theme
What do you do when you can’t find the perfect WordPress theme? In all likelihood, you probably turn to a theme framework. However, every once in a while, you probably have this thought flit across your mind: “I should just code an HTML5 template and convert it into a WordPress theme.” But that’s just a pipe dream right? Let’s be …