Viewing 1 replies (of 1 total)
  • Plugin Author betsyk

    (@betsyk)

    There are notes in crumbs-core.php on how to toggle the home page display. To remove crumbs from the blog home page, comment out lines 121-123 like this:

    // Show on Blog page
    //if ( bp_is_blog_page() && is_home() && $front == "page" ) :
    //echo "<a href='" . $homeurl . "'>$home</a>" . " $divider " . $blog ."";
    //endif;

    You can also filter crumbs by using custom conditionals, for example:

    && !is_page('About')

Viewing 1 replies (of 1 total)
  • The topic ‘Filter pages’ is closed to new replies.