Category: Back-End Development
WordPress Template Hierarchy Explained

If you want to create or customize a WordPress theme, it’s important to understand the WordPress template hierarchy.
Python vs Java: The Key Differences You Should Know

While it would be nice to flip open a laptop and begin to code, you have to think a lot about what language to use. This is true for both beginner and professional developers alike. For some projects, you won’t have this choice. However, if you have more freedom, you’ll want to compare Python vs Java. Both have power under the hood and intuitive syntax.
How to Use Sublime Text for WordPress Development

If you do any kind of development work, you probably have a favorite text editor. Sublime Text is one of the most popular text editors designed with coders in mind, so chances are you’ve heard about it. However, you might be wondering how to use Sublime Text for WordPress development.
PHP for Beginners: Starting on Backend WordPress Development

WordPress, the content management system the internet loves. You can use it for years without needing to tackle PHP, but eventually you’re finding yourself needing it. You go to Bing and search “php for beginners” and you find yourself here. The journey to learn PHP for WordPress development is long, but let’s start!
WordPress Custom Taxonomies: How and Why to Create Them

Organizing your content is one of the core features of a content-management system (CMS) like WordPress. As such, WordPress contains “taxonomies” to help you keep your content easy to find for both you and your visitors. Today we’re focused on why and how to make a WordPress custom taxonomy.
Learn WordPress Development: The Basic Course

WordPress development is a hugely useful skill, but it’s also tricky to learn—especially if you learn things out-of-order and try to tackle advanced topics while remaining confused on the fundamentals.
How to Create WordPress Custom Page Templates (& Why)

There are many many ways you can change the look of a specific page on your WordPress site. You can change the content inside the WordPress content editor. You can change the CSS rules that affect the site. Or create a new file in your WordPress theme’s template hierarchy to correspond to the specific page. Or you can use a theme page template designed specifically for that page. The last one is what we’re talking about here. In this tutorial we’ll cover both how to create a WordPress custom page template, and why you might want to do that. We’ll start with the why.
Course: WordPress Theme Development (Core Concepts)

Welcome! WordPress themes are one of the most important topics that one must understand to be good at WordPress development. Themes underlie the entire visual half of WordPress sites, but often grow to do even more. Because of the visual importance, they’re a great place to dive in if you’re interested in getting to the “code-side” of WordPress. I myself “cut my teeth” on WordPress themes back in 2007 and 2008. WordPress themes were where I started to come to grips with the power (and limits) of PHP, CSS, and HTML. So this course is great for newbies, and those just looking to confirm their understanding of the whole system.