bbPress is one of the most popular forum plugins in WordPress and like BuddyPress is developed by the community for the community. By default, it loads breadcrumbs on bbPress pages. Most people do not mind having the breadcrumbs, if they are using another breadcrumb plugin, such as Yoast SEO. Or they simply do not like the way to look. However, there is an easy to way to remove them quickly.
2 Easy Steps to Remove bbPress Breadcrumbs
Add the code to one of the following places.
- Your functions.php file.
- Your own site-specific plugin or “kitchen sink” plugin as I like to call them.
- To your theme, if you are a theme developer in the theme development process.
add_filter( 'bbp_no_breadcrumb', '__return_true' );
After adding the above code, this should remove all traces of the bbPress Breadcrumbs. If you have any questions feel free to ask us below and we will be glad to help you.