Hello,
I would like to use page titles instead of menu text when displaying the trail.
function.breadcrumbs.php uses $onecontent->MenuText() to display the trail. What parameter do I need to use to display page titles?
Breadscrubmbs - PlugIn: page title instead of menu text
Re: Breadscrubmbs - PlugIn: page title instead of menu text
$onecontent->Name() instead of $onecontent->MenuText()
All the best!
All the best!
Re: Breadscrubmbs - PlugIn: page title instead of menu text
thanks, that has worked!