What I want to achieve:
1) remove the "Home" link from breadcrumbs
2) remove the breadcrumbs from all pages except categories/subcategories/product pages.
I have easily done the first part by commenting the line
in the file /includes/init_includes/overrides/init_add_crumbs.php as per DrByte's instructions in another post.Code:$breadcrumb->add(HEADER_TITLE_CATALOG, zen_href_link(FILENAME_DEFAULT));
Coming to the second part: from various posts read, I understand that this has to be done on a page-by-page basis (unfortunately). I found in a post that the breadcrumb can be removed, in the Gift Certificate FAQ page for example, by commenting the line
in file /includes/modules/pages/gv_faq/header_php.phpCode:$breadcrumb->add(NAVBAR_TITLE);
Commenting does remove the breadcrumb but not its placeholder and the page title and contents are not taking its place, leaving a blank space.
Any good suggestions please? I will be grateful!


). I found in a post that the breadcrumb can be removed, in the Gift Certificate FAQ page for example, by commenting the line
Reply With Quote
