Tagged Questions
0
votes
1answer
58 views
How to access a variable on all page?
I added a variable to my functions.php file:
$options = get_option( 'simple_options' );
I can access to this variable on every page, but If I call it in the footer.php it's not working. How to fix ...
1
vote
1answer
146 views
Echoing a variable inside a function
In the interest of automation, instead of making a long list of code like this
<td valign="top"width="50%"><p><label for="Facebook"><strong>Facebook ...