Hi,
I query some information in my wordpress blog's header. How can I reuse the variable say in the sidebar of the blog?
If I try something like this in the sidebar, the output stays blank:
<?php if(isset($my_header_variable)) echo $my_header_variable; ?>