In this tutorial, we will show you how to use the get_template_part in your WordPress templates in order to logically structure things in our WordPress theme. The get_template_part() function allows
With this tutorial, we will show you how to configure language files in a WordPress plugin. If it's not already the case, first we need to adapt our WordPress' core
We strongly recommend updating your WordPress installation every time there's a new update available so you can benefit from the new features and security fixes. However, if you update your
For this tutorial, it's important that your custom post type is configured with register_taxonomy. It's a nice and easy way to list your custom post type's categories. By default, we