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??
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??
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>
This topic has been closed to new replies.