Skip to:
Content
Pages
Categories
Search
Top
Bottom

Bread Crumbs not right?


  • MediaSVI
    Participant

    @mediasvi

    If i got my forums click on forum and then click on a thread my bread crumbs read like this:

    Home › Topic › This is a Test

    They should read:

    Home › Forum › Control Ants > This is a Test

    If I click on “Topic” I get a 404 error.

    I did install the BBPress String wrap plugin but that did not help and I have no idea how to edit it.

    Goto to this page and click on the stick thread and you will see what i am talking about.

    How can i fix this?

    Thank you for your time.

Viewing 2 replies - 1 through 2 (of 2 total)

  • MediaSVI
    Participant

    @mediasvi

    Any buddy? Also is there a way to turn the bread crumbs off?


    Robin W
    Moderator

    @robin-w

    Sorry I can’t see any forums on your site now.

    You can turn breadcumbs off using

    function bm_bbp_no_breadcrumb ($param) {
    return true;
    
    }
    
    add_filter ('bbp_no_breadcrumb', 'bm_bbp_no_breadcrumb');

    add this to your functions file in your theme/childtheme

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar