Hello,
I Have a litle problem with Breadcrumbs.
I used this for a text on my site: you are here: Home -> category 1 -> product 3
The problem is that my title of the page has been optimized for google.
So the title name is: product 3 | some information here about product 3
Breadcrumbs shows the complete title name..
Is it posible to modify the Breadcrumbs script so it shows the menu tiltle and not the page title?
I used now the in my templates:
[!Breadcrumbs? &maxCrumbs=`15`!]
-
☆ A M B ☆
- 24,524 Posts
// $titleField [string]
// To change default page field to be used as
// a breadcrumb title, default is pagetitle
(isset($titleField)) ? $titleField : $titleField = ’pagetitle’;
So call it [[Breadcrumbs? &titleField=`menutitle`]]
Thank you sottwell, I love you..
I read also the snippet code, but i did not see it.