Put the following snippet in your theme’s functions.php
function bm_bbp_no_breadcrumb ($param) { return true; } add_filter ('bbp_no_breadcrumb', 'bm_bbp_no_breadcrumb');
via Layout and functionality – Examples you can use · bbPress Codex.
Put the following snippet in your theme’s functions.php
function bm_bbp_no_breadcrumb ($param) { return true; } add_filter ('bbp_no_breadcrumb', 'bm_bbp_no_breadcrumb');
via Layout and functionality – Examples you can use · bbPress Codex.