I'm looking to add an image in the header right text div instead of calling for the text from the theme. I want to do this manually, but can't figure out the proper syntax. Here is the code:
echo '<div class="logo-right-text">';
echo do_shortcode( __(get_option(THEME_SHORT_NAME . '_logo_right_text'), 'gdl_front_end') );
echo '</div>';
Any help would be greatly appreciated.