in wordpress , i set a variable in header.php
but in footer.php when I ech
In wordpress Header, any template, Footer is different functions so you have to declare any varible as a global variable then you can access it .
/** header.php **/ /** Template.php or Footer.php **/