Help please
Thank you very much
bbp style pack
once activated go to
dashboard>settings>bbp style pack>breadcrumbs and select item 4
Oh Thank you very much!!!
Hello!
Breadcrumbs were added to the bottom of the page (under the commenting module).
But I need them to be under the forum.
How do I do that?
Thank you very much
Found how to do
Thank you very much
it would be good to post the solution to help others seeing this thread later 🙂
These changes I made in php files
BbPress plugin
\wp-content\plugins\bbpress\templates\default\bbpress\content-single-forum.php
\wp-content\plugins\bbpress\templates\default\bbpress\content-single-topic.php
Add this
<?php bbp_breadcrumb(); ?>
After this
<?php bbp_get_template_part( ‘pagination’, ‘replies’ ); ?>