Skip to:
Content
Pages
Categories
Search
Top
Bottom

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.

Viewing 2 replies - 1 through 2 (of 2 total)

  • zaerl
    Participant

    @zaerl

    Modify #header and eliminate the background property. Then on bb-templates/kakumei/header.php put your code at line 30. If you don’t want that h1 points to the forum change <?php bb_uri(); ?> with your link.

    This is a HTML/CSS question and not a bbPress one.

    Thanks for the tip Zaerl, I will try editing the header.php as the css / background route was ruled out because the logo is where the reflexologist wants the link to be connected to or be fired up from.

    I am new to this forum, so am finding my way round.

    Thanks once again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar