How to Link Header to Another Site

ceefd627a9d9e981aee18059dfb9272ddelicious

1.Log in to your dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Template"

3.Scroll down to where you see this:-

  <div class='titlewrapper'>
  <h1 class='title'>
  <b:if cond='data:blog.url == data:blog.homepageUrl'>
  <data:title/>
  <b:else/>
  <a expr:href='data:blog.homepageUrl'><data:title/></a>
  </b:if>
  </h1>
  </div>

4.Replace above code with below code. 

  <div class='titlewrapper'>
  <h1 class='title'>
  <a expr:href='
LINK_OF_YOUR_ANOTHER_SITE'><data:title/></a>
  </h1>
  </div>

NOTE : Replace 'LINK_OF_YOUR_ANOTHER_SITE' with actual URL of your another site and save template.

File Under : change template, header, html

5 Responses to “How to Link Header to Another Site”

  1. Raja says:

    Thanks i will try to implemented in my blog
    http://tamilposters.blogspot.com

  2. Nadeem says:

    Please Tell me how You make>>> Home Download Temp lets Jobs Contact button links please tell me I am waiting your answer.

  3. Blogger Tips And Tricks|Latest Tips For Bloggers says:

    Nadeem ,

    If you need to add navigation bar to your blog download css Menu Generator(700 KB) to do it.

    http://www.ziddu.com/downloadlink/4641653/cssMenuGenerator.exe

    Thanks.

  4. Nadeem says:

    Thanks

  5. Jeff Cohn says:

    I can't seem to get this code to work on my blog deadzones.com. I want the header image to point to deadcellzones.com. Any suggestions of what to modify?

Leave a Reply