In the first article in this series, we reviewed an introduction to WordPress global variables. Specifically, we said that they are variables that hold a variety information that can be accessed from anywhere in the WordPress page lifecycle.We learned how to access a global variable and display various details about the latest post using the $post global variable
↧