Title: Private: Private:
Last modified: October 29, 2020

---

# Private: Private:

 *  Resolved [Jim](https://wordpress.org/support/users/jwmc/)
 * (@jwmc)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/private-private/)
 * After I click on the private Forum in the list of forums, everything has Private:
   duplicated. The browser tab, the page title, the first (h1) heading. Is this 
   normal? I didn’t add Private: when I made the forum name.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/private-private/#post-13600450)
 * yes it’s a combination of your theme and bbpress and is annoying.
 * you can use :
 *     ```
       add_filter('private_title_format', 'ntwb_remove_private_title');
       function ntwb_remove_private_title($title) {
       	return '%s';
       }
       ```
   
 * Put this in your child theme’s function file –
 *  ie wp-content/themes/%your-theme-name%/functions.php
 *  where %your-theme-name% is the name of your theme
 *  or use
    [https://en-gb.wordpress.org/plugins/code-snippets/](https://en-gb.wordpress.org/plugins/code-snippets/)
 * or if you have bbp-style-pack
 * [https://wordpress.org/plugins/bbp-style-pack/](https://wordpress.org/plugins/bbp-style-pack/)
 * you can set
 * dashboard>settings>bbp style pack>Forum Display item 4
 *  Thread Starter [Jim](https://wordpress.org/support/users/jwmc/)
 * (@jwmc)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/private-private/#post-13602808)
 * Thank you! So with that filter/function, there is now no Private: at all. Is 
   that the intended effect? Well I think that’s preferable.
 *  Plugin Author [Robin W](https://wordpress.org/support/users/robin-w/)
 * (@robin-w)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/private-private/#post-13602849)
 * yes !

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Private: Private:’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/bbp-private-groups.svg)
 * [Private groups](https://wordpress.org/plugins/bbp-private-groups/)
 * [Support Threads](https://wordpress.org/support/plugin/bbp-private-groups/)
 * [Active Topics](https://wordpress.org/support/plugin/bbp-private-groups/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bbp-private-groups/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bbp-private-groups/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Robin W](https://wordpress.org/support/users/robin-w/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/private-private/#post-13602849)
 * Status: resolved