Link back to originating home site from logo in header
-
I have a similar challenge to the earlier topic “Linking back to main website”. It is for a site I have configured for someone, who has asked for the same ability for their logo to have a link associated to it, that will take the user back to the home page of site that pointed them to the blog / forum.
I have installed bbpress 1.02
You suggested the following;
in header.php where the body tag starts.
===========================
<body id=”<?php bb_location(); ?>”>
<div id=”wrapper”>
How do I locate this logo in the top right hand corner of the header where the default bb_emblem was located?
“<a’x’ href=”http://www.reflexology-uk.net/site”><img src=”images/iior.jpg” alt=”ITEC” /><‘x’/a>”
===Note===== ‘x’ === added in string above to break code so it will print =====
At presentI have a logo situated in the CSS file as a background, which you suggest is not the right way to go about achieving this.
Any pointers will be useful. Thanks.
- You must be logged in to reply to this topic.