Editing the Site Title in BuddyPress
-
Sorry to keep posting silly questions, but can you please tell me how to change the Site Title in BuddyPress?
By default, if a visitor visits my BuddyPress Theme enabled site, what they see on their browser is like – “yoursite.com – Home”, but I want to change it something more creative.
I have found the header file and <title> tag. It is scripted that title shows up like “sitename – pagename”.
<title><?php bp_page_title() ?></title>
This is what is already scripted, but I want to code the new Title tag ONLY for my HOMEPAGE. Let other pages have their page names as titles, but how do I change title only for my homepage?
Thanks a LOT for all your help.
- The topic ‘Editing the Site Title in BuddyPress’ is closed to new replies.