Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change site name in breadcrumbs


  • floriancam
    Participant

    @floriancam

    Hello !

    I recently changed my site name, but in the forum’s breadcrumbs the name is still the previous one. How can I change this to the new name ?

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

  • floriancam
    Participant

    @floriancam

    I dont know if I can answer my own question but I found a way to change this :

    function modify_breadcrumb_args() {
        $args['home_text'] = 'newname';
    
        return $args;
    }
    
    add_filter( 'bbp_before_get_breadcrumb_parse_args', 'modify_breadcrumb_args' );

    Robin W
    Moderator

    @robin-w

    great – glad you’re fixed, and yes thanks for posting the solution to help others

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