How To Remove bbPress Breadcrumbs Without A Plugin

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.

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.

scott hartley

About the author

Scott is a web performance geek, lover of all things coffee, and avid video game player. His WordPress work delves into web performance, web security, and SEO.

Leave a Comment