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 …

A Guide to Building WordPress on Docker for Windows, Linux and OS X

“Containerization” is a relatively new buzzword in big-company enterprise software circles. Just put a batch of environments in the cloud, or on a server, that just have important applications and little else. The name you hear most often when containers come up is Docker, an open source project that has become a monster. You don’t […] View original post at …

How to Create a Custom Taxonomy for Departments or Divisions on a Company WordPress Site

I often get asked if WordPress Multisite is a suitable solution for a company website that has different divisions with unique identities. The answer is usually yes – Multisite can do this excellently. But it isn’t always necessary to create a separate site for each of the divisions in your company website, even using Multisite. If […] View original post at …

24 JavaScript Libraries and Resources for Becoming a Better Web Developer

In Stack Overflow’s Developer Survey Results of 2016, JavaScript took home top honors. Not only did it land at the top of the list for full-stack, front-end, and back-end technologies, but 55.4% of people now say they use it over other programming languages. JavaScript is an extremely powerful programming tool for any WordPress developer to have […] View original post at …

27 Solutions to 14 Forgotten WordPress Page Speed Problems

About 50% of your visitors will abandon your website after 10 seconds or less. Yes, that’s the reality we’re faced with. The good news, however, is that there are many performance-boosting tips you can draw on to help you avoid becoming just another unfortunate statistic. At this point, I should let you know that since everyone’s website is different, it’s near …

The WordPress Loop Explained

The WordPress loop is big. It’s huge. It’s critical. Without it, your WordPress site won’t work. By this, I don’t mean that it’s large. In fact, it should be as lean, tight and quick as possible. But it’s a major part of what makes WordPress, well, WordPress. Without it you can’t query the database and display your content, whether that’s …