Skip to:
Content
Pages
Categories
Search
Top
Bottom

Filter Breadcrumbs


  • DNBrawler
    Participant

    @dnbrawler

    I don’t want no redirecting load delay. I want a straight LINK to another page. I need to filter the /forums root, need to make it send my users elsewhere.

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

  • Shmoo
    Participant

    @macpresss

    If the link will always be the same you can remove the Root and manually add a custom one.

    This is default.
    <?php bbp_breadcrumbs(); ?>

    Remove the Root.
    <?php bbp_breadcrumbs( array( 'include_home' => false ) ); ?>

    Than add your custom link before the Breadcrumbs tag.
    <a href="google.com">Google</a> <?php bbp_breadcrumbs( array( 'include_home' => false ) ); ?>

    Something like that ?


    Shmoo
    Participant

    @macpresss

    Ow ‘ include_home ‘ will hide the very first and ‘ include_root ‘ will hide the Forums root.

    So hide both and make two custom links before the Breacrumbs, one Homepage link + one Custom


    DNBrawler
    Participant

    @dnbrawler

    Thank you, I appreciate it.

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