Passing variables from header.php to template and vice verca
I’ve defined a variable – let’s call it $header_var, which is placed in the header.php file. I would like this variable to be passed onto my template file (in this case taxonomy.php). global is not a very recommended way to do the trick, but it works if you use it properly: put it before to … Read more