Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbp_breadcrumbs – include_current


  • Shmoo
    Participant

    @macpresss

    Why does example #1 work just fine but example #2 doesn’t ?

    #1
    <?php bbp_breadcrumb( array( 'include_home' => false ) ); ?>

    #2
    <?php bbp_breadcrumb( array( 'include_current' => false ) ); ?>

Viewing 1 replies (of 1 total)

  • Heartwood
    Participant

    @heartwood

    I’m puzzled by that as well. My quick solution is to add the following to my theme’s stylesheet:

    .bbp-breadcrumb-current {display: none;}

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