Skip to:
Content
Pages
Categories
Search
Top
Bottom

Trying to change home link

Viewing 2 replies - 1 through 2 (of 2 total)
  • You could accomplish this by modifying the header.php file of the theme.

    If you are using the default template, you should copy the kakumei folder to the my-templates. Follow the readme in the bb-templates folder.

    Once in the header.php file:

    Replace:

    <h1><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a></h1>

    With:

    <h1><a href="http://blackberryverse.co"><BlackBerryVerse></a></h1>

    Modify the style.css to include your description and activate the template in the admin section.

    I am new to BBPress/PHP, there may be better solutions.

    You could accomplish this by modifying the header.php file of the theme.

    If you are using the default template, you should copy the kakumei folder to the my-templates. Follow the readme in the bb-templates folder.

    Once in the header.php file:

    Replace:

    <h1><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a></h1>

    With:

    <h1><a href="http://blackberryverse.co"><BlackBerryVerse></a></h1>

    Modify the style.css to include your description and activate the template in the admin section.

    I am new to BBPress/PHP, there may be better solutions.

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