Inside the advanced theme, function head_title(), I have build a variable : $myheadertitle using a db query and some php. (I am very proud up to that point ; )
But now I need this variable two times more inside other functions. I am sure it is worst practice to make two more db requests, so , how would i make that variable available for all theme functions ?
May be a very simple question, but for the php novices like me this is still a VERY big problem...
Thanks for any hints...