Output Variables on All Pages
-
I am trying to call certain variables on certain pages but the variables are “undefined.”
For example, I have this code on my header.php file:
<?php $option_one = of_get_option('option_one'); ?>
On my sidebar.php page, I have this code:
<?php if(true == of_get_option('option_one')) { echo "$option_one"; } ?>
I have the correct set up within my admin panel (theme options page) because some variables are working while others aren’t.
Any help would be appreciated!
https://www.ads-software.com/extend/plugins/options-framework/
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Output Variables on All Pages’ is closed to new replies.