Change URL of Clickable Header Forums » WordPress » Nirvana » How To Author Posts April 21st, 2015 at 21:08 #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? September 21st, 2015 at 20:54 #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” or whatever It’s workin’ for me! September 27th, 2015 at 18:03 #33555 ZedCryout 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. Author Posts Viewing 3 posts - 1 through 3 (of 3 total) The topic ‘Change URL of Clickable Header’ is closed to new replies.