Passing arguments to template files in WordPress 5.5
For years, theme developers wishing to pass data to template files have had to use less than ideal workarounds. This included the use of global variables, set_query_var(), the include( locate_…
The Beginner’s Guide to WordPress Theme Development
WordPress Theme development is a popular way of building WordPress sites for clients or for your own business if you’re into selling themes. But when starting out, it’s hard to choose how to approach …
This is an introduction to the core concepts of WordPress themes and comes from the upcoming Second Edition of our "learn WordPress development" course Up