robbie007 Posted January 14, 2013 Share Posted January 14, 2013 I have this code wich I think generates the breadcrumb for my CMS pages. No it displays the full page title wich ofcourse looks ugly. Is there a way to customize it to a part of the page title or something else? <ul class="bullet"> {foreach from=$cms_pages item=cmspages} <li> <a href="{$link->getCMSLink($cmspages.id_cms, $cmspages.link_rewrite)|escape:'htmlall':'UTF-8'}">{$cmspages.meta_title|escape:'htmlall':'UTF-8'}</a> </li> {/foreach} </ul> Link to comment Share on other sites More sharing options...
cammo Posted April 17, 2013 Share Posted April 17, 2013 (edited) I just noticed a similar problem. Before my page title was something like 'Delivery'. Now since I added a proper page title for SEO, it uses the title for the meta title which shows in the breadcrumb. How to fix? Edited April 17, 2013 by cammo (see edit history) Link to comment Share on other sites More sharing options...
martbean Posted October 30, 2015 Share Posted October 30, 2015 Hi, I know it's over two years old but I've just come across this same issue and it seems crazy to use the meta title as the breadcrumb name. Does anyone know if there's a simple solution? Thanks, Martin. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now