Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to Change Forum Title?


  • michaellanfield
    Participant

    @michaellanfield

    I would like to change the text Forums on top of the main forum page to just say Forum and on the main website on the browser tab where it says Forum Archive – Those Crazy Vegans I would like it to say Forum – Those Crazy Vegans. How to change these? Thank you.

    https://www.thosecrazyvegans.net/forum

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

  • Robin W
    Moderator

    @robin-w

    dashboard>settings>forums>and change the forum root slug (and single forum slug if you wish)


    michaellanfield
    Participant

    @michaellanfield

    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.


    Robin W
    Moderator

    @robin-w

    possibly you have a page called forums?


    michaellanfield
    Participant

    @michaellanfield

    nope


    Robin W
    Moderator

    @robin-w

    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?


    michaellanfield
    Participant

    @michaellanfield

    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”.


    Robin W
    Moderator

    @robin-w

    so if you go into

    dashboard>appearance>menus

    what is being called – a link, a page a post or what?


    michaellanfield
    Participant

    @michaellanfield

    the forum page is called a custom link.


    Robin W
    Moderator

    @robin-w

    like pulling teeth this is – so what’s the custom link linking to?


    michaellanfield
    Participant

    @michaellanfield


    Robin W
    Moderator

    @robin-w

    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]


    michaellanfield
    Participant

    @michaellanfield

    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.

Viewing 12 replies - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.
Skip to toolbar