Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,841
- How-to & Troubleshooting
- 129,858
- Creating & Extending
- 25,886
- Requests & Feedback
- 9,533
- Third Party Plugins
- 9,828
- Showcase
- 3,316
- Ideas
- 1,387
- Miscellaneous
- 9,177
-
I include the header file in the buddypress-member template directory ‘header.php.’ It uses a function: bp_page_title()
<title><?php bp_page_title() ?></title>
Does this function not take into account the actual title of the page as defined in the page editor?