• Resolved MurrayH

    (@murrayh)


    Hi

    Is it possible to place an external (or internal) link in the text of the “Welcome text” in the Bis One Settings? If so, how?

    Thanks

Viewing 1 replies (of 1 total)
  • Theme Author tskk

    (@tskk)

    That text isn’t even linked, but you can edit index-bone.php and add it.
    wrap the <a> tag around :

    <?php
    	if( of_get_option('welcome_headline') ){
    		echo esc_html( of_get_option('welcome_headline') );
    	}else {
    		_e('Welcome Headline Comes Here',  'alexandria');
    	}
    ?>

    i.e. line # 8 to line #14

Viewing 1 replies (of 1 total)
  • The topic ‘External link on welcome text’ is closed to new replies.