Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,003
- How-to & Troubleshooting
- 129,526
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,495
- Third Party Plugins
- 9,781
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,169
-
The <title> tag is in your theme’s header.php file. In the case of the default theme, it’s:
/wp-content/plugins/buddypress/bp-themes/bp-default/header.php.
By default it uses the function bp_page_title() to change the title depending on your page. That function can be found in:
/buddypress/bp-core/bp-core-templatetags.php
It’s on line 884 in version 1.2.2.1
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS