Create, register and use shortcodes in WordPress
18/03/2023Learn how to create and register your own WordPress shortcodes to add dynamic content to your posts and pages.
Learn how to create and register your own WordPress shortcodes to add dynamic content to your posts and pages.
Set up a WordPress development environment using Docker Compose. Includes a Docker container with WordPress, MySQL and phpMyAdmin services.
Let's look at how to create and register our own custom image and thumbnail sizes and use them within our WordPress posts and pages.
Learn how to regenerate and update WordPress media and image sizes both programmatically (without plugin), and also with a handy plugin.
Would you like to change the default width of the WordPress Gutenberg editor? Let me show you how to inject some admin styles to make it more comfortable.
The WordPress REST API is an incredibly useful and flexible tool. Find out how to expose additional fields in this article.
This tutorial will show you how to build a WordPress plugin in an object oriented way and provide you with a basic skeleton for future plugin projects.
Enqueuing Script and Style sheets is bread and butter for any WordPress developer wanting to make custom templates and plugins. This quick how-to will get you started.
Ever wondered how to add comments to a WordPress theme template? It is a lot easier than you might think. This guide will help you get quick results.