How To Display Value from Theme Options Field in Front End Template?
Question
I put this code into my functions.php https://gist.github.com/corvannoorloos/4703066 and it work nice.
Now I want to display value from Sample Select Options filed in some front-end templates.
How can I do that?
I tried get_option
<?php echo get_option( 'sample_select_options', true); ?>
but it return number 1 no matter what is selected.
0
theme-development, theme-options
4 years
2020-03-23T16:52:58-05:00
2020-03-23T16:52:58-05:00 0 Answers
119 views
0
Leave an answer