Change URL of Clickable Header

  • Author
    Posts
  • #31146
    Greg

    I want to be able to change the URL of the clickable header. It goes ‘home’ by default. How can I change the page that it goes to?

    #33446
    ScrimshawCoder

    Since no one answered and I found a fix:

    1. Edit the file “/wp-content/themes/nirvana/theme-functions.php”
    2. Look for the lines

    		case 'Clickable header image' :
    			echo '<a href="'.esc_url( home_url( '/' ) ).'" id="linky"></a>' ;

    3. Change it to href=”http://snobbyflix.com&#8221; or whatever

    It’s workin’ for me!

    #33555
    Zed
    Cryout Creations mastermind

    It would be safer to use JS to do this as changes done to theme files are lost on update.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Change URL of Clickable Header’ is closed to new replies.