• Hi all, first post ever on the forum. Just installes Word Press and never used a blog software before so please be kind!

    I would like the clickable link it my title bar TopnotchBassBaits.com to go back to my website – right now it comes right back here to the blog page.

    The site is at http://www.topnotchbassbaits.com/blog

    Any suggestions??

    Thanks for any help you can give.

    Big Al

Viewing 3 replies - 1 through 3 (of 3 total)
  • The theme itself will need to be edited to have the blog title link go somewhere other than the blog’s home page.

    Look at line 39 the header.php file, it should look like this:

    <div id="blog-title"><span><a href="<?php bloginfo( 'url' ) ?>/" title="<?php bloginfo( 'name' ) ?>" rel="home"><?php bloginfo( 'name' ) ?></a></span></div>

    Change the part that reads <a href="<?php bloginfo( 'url' ) ?>/" to this: <a href="http://www.topnotchbassbaits.com/"

    PS: Save your changes as the next theme update will over-write them.

    Thread Starter bigal49

    (@bigal49)

    Thank you so much, that fixed it!!!!

    I am going to have some fun with this blog set-up.

    Big Al

    Thank you for choosing one of my themes 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Change link in Header bar’ is closed to new replies.