Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,018
- How-to & Troubleshooting
- 129,649
- Creating & Extending
- 25,795
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,794
- Showcase
- 3,316
- Ideas
- 1,383
- Miscellaneous
- 9,180
-
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?