Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Sub blogs display name of home blog


Brajesh Singh
Participant

@sbrajesh

This is a problem with the theme you are using.

Change the line in header.php saying

<?php bp_site_name() ?>

to

<?php bloginfo('name');?>

and It will work as you want it to .

Skip to toolbar