Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Where in the Core Files is the Title Source Code?


Peter Anselmo
Participant

@peteranselmo

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

Skip to toolbar