Viewing 6 replies - 1 through 6 (of 6 total)
  • In the 2nd php file, the larger one, I found that I can delete this whole line

    ‘home’ => __( ‘Welcome’, ‘breadcrumb-trail’ ),

    And this will remove the ‘home’ link (in my case it’s labeled as “Welcome”), but I still have a leading separator:

    / Page1 / Page2 / Current Page

    If anyone knows how to remove that first separator, I’m all ears!

    Hey Justin — I’m revisiting this issue, and I found this, which is outdated, but I tried adding 'show_home' => false, to the $defaults = array( section of breadcrumbs.php, and it didn’t work.

    Is there something similar we can do with 0.6.1 to accomplish the same thing?

    Any help would be most appreciated!

    Hey Justin — I found this, which mentions a show_home argument that can be set to false, but that didn’t work.

    Is there something similar we can do in 0.6.1 to accomplish the same thing?

    Sorry about the duplicates (my 2 prev replies); when I hit Post, it appeared as though nothing happened. Moderator please delete.

    Plugin Author Justin Tadlock

    (@greenshady)

    The simplest way right now is to hide it with CSS:

    .trail-begin { display: none; }

    I can see about adding in a parameter for a future version.

    Awesome, thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove 'home' from breadcrumb trail’ is closed to new replies.