Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change the Title of the Forum?


  • Shoryuken_San
    Participant

    @shoryuken_san

    Hi Folks!

    after entering the Forum (main page) the Title says “FOREN”. I want the Website-Name if you visit the Forum. Where can I change it? “FOREN” looks not good and I spend hours to find a solution…

    Regards 🙂

Viewing 1 replies (of 1 total)

  • 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 'whatever you want it to say' ;
    }

    or create a page called whatever you want it to say, and put this in the content
    [bbp-forum-index]

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