How to Sort Posts within a WordPress Taxonomy

Did you know you can sort the posts within a WordPress taxonomies? Learn how in this simple, step by step tutorial.
Did you know you can sort the posts within a WordPress taxonomies? Learn how in this simple, step by step tutorial.
Partial objects, polymorphic functions, discriminated union types… Discover what these advance techniques are and learn how to apply them in TypeScript with this step by step tutorial.
Developers of the upcoming default WordPress theme, Twenty Twenty-One, are considering the implementation of a Dark Mode, albeit this feature will be provided by a plugin. Learn more about it in this post.
Learn how to apply TypeScript to an existing project with a real world example. This first part will introduce you to the real world example and will teach you how to improve it by defining domain types.
TypeScript is an open-source language which builds on JavaScript and adds static type definitions. It’ll help you detect and address issues when coding, saving your users from find them in runtime.
Discover what WordPress’ get_template_part function and how it can help you to organize your theme into different template partials.
Plugin updates aren’t always welcome. Sometimes, some users might not like what you released. What should you do when they complain?
JavaScript is rapidly evolving and it’s not always easy to keep up to speed. In this post you’ll learn six features that’ll help you write better code that’s shorter and easier to understand.
Did you know you can send emails from a WordPress site? The only problem is that, by default, its emails are plain text… but you can also format them using HTML! Here’s how.
If you can’t access your WordPress site or if some things don’t work as expected, you should first try to figure out what’s amiss so that you can fix this. In this post we’ll teach you how to investigate issues within your site.