dashboard>settings>forums>and change the forum root slug (and single forum slug if you wish)
hk Robin. I tried the word “forum” for “forum category” and “forum” for “forum root” and the title of the forum page still shows Forums. Also I would like to change the title on the browser tab.
possibly you have a page called forums?
sorry, getting a bit fed up with music being played every time I click anything on your site !! interesting once, gets horrible very quickly.
so in the menu on forum, what is being called – a link, a page a post or what?
Sorry for the audio, just mute it as we are trying to remove it from all pages, except homapage. “Forums” is the title of the Forum page and we would like it to say “Forum” as the title without the “s”. It also shows up as “Forum Archive – Those Crazy Vegans” on the browser tab. We would like it all changed to say “Forum”.
so if you go into
dashboard>appearance>menus
what is being called – a link, a page a post or what?
the forum page is called a custom link.
like pulling teeth this is – so what’s the custom link linking to?
either put this in your functions file
add_filter( 'bbp_get_forum_archive_title', 'tcv_forum');
function tcv_forum () {
Return 'Forum' ;
}
or create a page called forum, and put this in the content, and then point your menu at this page
[bbp-forum-index]
works now. thank you. When someone goes to forum form at the bottom all the forum topics are not selectiable. Try to post something in a forum and you see what I mean.