Hi All, I'd like to modify breadcrumb on CMS pages...
# suitecommerce
k
Hi All, I'd like to modify breadcrumb on CMS pages, since it is showing "Page Title" on breadcrumb Does anyone know how do I modify breadcrumb on CMS pages as expected one without changing CMS page title?
s
This only seems to be affecting this one page on your site. Are you sure it hasn't just been set on the page record? (You can edit this in your site management tools.)
(Otherwise, if you really want to remove the current page title from every page you visit -- this includes PDPs for example -- then you'll need to change the associated template, which is global_views_breadcrumb.tpl)
k
@Steve Goldberg I think you misunderstood what I mean, please check the screenshot and there, you can find out my problem
message has been deleted
What I mean is that only for CMS pages, Page title is showing on breadcrumb, since there isn't any field or option to set breadcrumb for CMS pages
It's happening for all CMS pages, like Faqs, About Us, Contact Us and etc
s
OK, well there isn't an option to hide the title only on CMS pages. If you want that functionality, you would need to edit the template in the theme to add a conditional statement, at a minimum, and possibly write some JavaScript to provide it with the boolean value it needs.