Viewing 1 replies (of 1 total)
  • <?php if ( function_exists( 'ot_get_option' ) ) : ?>
    <?php $logo = ot_get_option( 'logo' ); ?>
    
    <img src="<?php echo $logo; ?>" />
    
    <?php endif; ?>
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: OptionTree] How to add a option to Upload a logo with option tree?’ is closed to new replies.