Title: jaredmt's Replies | WordPress.org

---

# jaredmt

  [  ](https://wordpress.org/support/users/jaredmt/)

 *   [Profile](https://wordpress.org/support/users/jaredmt/)
 *   [Topics Started](https://wordpress.org/support/users/jaredmt/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jaredmt/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jaredmt/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jaredmt/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jaredmt/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jaredmt/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [change page title using bbpress](https://wordpress.org/support/topic/change-page-title-using-bbpress/)
 *  Thread Starter [jaredmt](https://wordpress.org/support/users/jaredmt/)
 * (@jaredmt)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/change-page-title-using-bbpress/#post-2105089)
 * OK well actually I have somewhat figured it out. I reallized I was modifying 
   the wrong file.
    The file to modify is: plugins->buddypress->bp-themes->bp-default-
   >header.php and plugins->buddypress->bp-themes->bp-default->forums->index.php
 * in header.php:
    change `title="<?php _e( 'Forums', 'buddypress' ) ?>"><?php _e('
   Forums', 'buddypress' ) ?></a>` to `title="<?php _e( 'Forums', 'buddypress' )?
   >"><?php //_e( 'Forums', 'buddypress' ) ?>Group Topics</a>`
 * and in index.php change:
    `<h3><?php _e( 'Group Forums Directory', 'buddypress')?
   >` to `<h3><?php //_e( 'Group Forums Directory', 'buddypress' ) ?>Group Topics
   Directory`
 * The links and everything is still the same. but in the navigation bar you now
   see “Group Topics” instead of “Forums” and in the Forums page, you see the title
   as “Group Topics Directory” instead of “Group Forums Directory”.
 * If anyone else can do this using a plug-in or if anyone else has any other ideas,
   please let me know, thank you.

Viewing 1 replies (of 1 total)