Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Mar 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: Removing the "Home" link from breadcrumbs

    Was just reading through this thread as I was wanting to do the same thing and I came up with the following solution. In the line that Dr. Byte recommended commenting out above, I changed it to read

    Code:
    $breadcrumb->add('Shop', zen_href_link(FILENAME_DEFAULT));
    So that it reads shop, not home. I also added a new line above it as follows:

    Code:
    $breadcrumb->add('Home', 'http://www.example.com');
    Which means my breadcrumb now has Home :: Shop - both linking to the right place

  2. #12

    Default Re: Removing the "Home" link from breadcrumbs

    when i commented out the code the bar resized to a thin line so i deleted the override but when i read post by ianbailie i think its a good ideo not to remove it but change it. Thanks!

  3. #13
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    7,057
    Plugin Contributions
    27

    Default Re: Removing the "Home" link from breadcrumbs

    Quote Originally Posted by corditreasures View Post
    when i commented out the code the bar resized to a thin line so i deleted the override but when i read post by ianbailie i think its a good ideo not to remove it but change it. Thanks!
    Depends on what you are trying to do.. ianbailie's solution is a tad off topic for this post since the OP wanted to know how to REMOVE the "Home" link altogether (for which DrBye posted a solution). ianbailie's solution tells you how to CHANGE the "Home" link text to read something else.. (symantics perhaps, but a HUGE difference)
    My Site
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 
Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •