Reuse Variable across Wordpress Templates

cavaAmimB

New Member
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:\[code\]<?php if(isset($my_header_variable)) echo $my_header_variable; ?>\[/code\]
 
Back
Top