Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9537
    tpflanz
    Member

    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.

    #9538
    tpflanz
    Member

    I figured it out.

    <?php
    $options = get_option( 'simplecatch_options' );
    echo $options['field_name'];
    ?>	
    #9567
    Sakin
    Keymaster

    @tpflanz: Cool. That is the way to get data from theme options panel.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Simple Catch – Use Theme Option in Template’ is closed to new replies.