Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: change the name of the forum into a link back to site?

It would be easier to do the following if you want to change your title back in config.php and then download your header.php from your template folder and do something like this:

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

Then save the file and upload to /my-templates/ so if you make a mistake, you can delete it and bbPress will use the original!

Trent

Skip to toolbar