@eleeist0121
15 years, 8 months ago
Hi, how can I add something below “Forum name is proudly powered by bbPress.” (footer)?
Thanks in advance
@chrishajer
In the directory of your current template, you want to add it to the file called footer.php. Just put it right after this line:
<?php printf(__('%1$s is proudly powered by bbPress.'), bb_option('name'), "http://bbpress.org") ?>
Before the closing </div>.
Thanks .