• how do you insert a clickable link into the header or side bar of your blogs?? when some clicks the link they go to your website!! also where do you insert the html code??

Viewing 1 replies (of 1 total)
  • One option is to place something like this in your header div.

    <a href="<?php bloginfo('siteurl');?>/" title="<?php bloginfo('name');?>"><?php bloginfo('name');?></a>

Viewing 1 replies (of 1 total)
  • The topic ‘header, how to insert my web site as a clickable link??’ is closed to new replies.