Skip to:
Content
Pages
Categories
Search
Top
Bottom

Return to blog button?


  • blackdigitgroup
    Member

    @blackdigitgroup

    I’ve integrated with WordPress and I’ve noticed that there is no easy way for users to return to my site after visiting the forum.

    I’m a newbie, and was wondering if there is an easy way to put this together?

    Would this be useful?

    Thanks!

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

  • blackdigitgroup
    Member

    @blackdigitgroup

    It’s primitive, but in bb-templates/header.php, under:

    <div id=”wrapper”>

    I added:

    <FORM METHOD=”LINK” ACTION=”http://myblogurl.com/”&gt;

    <INPUT TYPE=”submit” VALUE=”Return to My Blog”>

    </FORM>

    It puts a return to blog button on the upper left hand corner of the header.

    There’s got to be a better way, but for now it’s suits my purposes.

    Any suggestions?

    Personally I just created a super-header (at $_SERVER["DOCUMENT_ROOT"]."/tabs.php") which is included as part of my wp and bb theme. It provides consistent tabs for blog, forum, etc.

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