Tagged: theme options
- This topic has 2 replies, 2 voices, and was last updated 11 years, 4 months ago by Sakin.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
May 28, 2013 at 1:22 am #9537tpflanzMember
Hi,
How can I call a theme option in another area of the theme. For example, I want to add the Google+ URL to a link in my footer.
Thanks.
May 28, 2013 at 2:52 am #9538tpflanzMemberI figured it out.
<?php $options = get_option( 'simplecatch_options' ); echo $options['field_name']; ?>
May 28, 2013 at 11:43 pm #9567 -
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Simple Catch – Use Theme Option in Template’ is closed to new replies.