Quantcast
Channel: bbPress.org » All Posts
Viewing all articles
Browse latest Browse all 3646

Reply To: Add Text To/Before Breadcrumbs

$
0
0

Hmmm, that code works but when I add it the code I added to change the seperator stops working. And if I add the function for the seperator after the code you gave me that one then stops working lol

Here is the function I am using for the seperator, maybe they need to be combined somehow to work properly together?

//* Change BBPress Breadcrumb Seperator
function custom_bbp_breadcrumb() {
    $args['sep'] = ' / ';
    return $args;
}

add_filter('bbp_before_get_breadcrumb_parse_args', 'custom_bbp_breadcrumb' );

Viewing all articles
Browse latest Browse all 3646

Trending Articles