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.
1 comments:
I really loved reading your blog. It was very well authored and easy to undertand. Unlike additional blogs I have read which are really not tht good. I also found your posts very interesting. In fact after reading. I had to go show it to my friend and he ejoyed it as well!
Abrasive Wheels
Post a Comment