Unlink breadcrumb path terms
-
Hi,
I noticed that with the latest version of this plug in every term in the breadcrumb path is a clickable link. I’d like to unlink the terms in the breadcrumb path so that they are just words and not linked to the pages in the path.
I noticed someone else asked this question and I’ve included an excerpt of your answer below. However, I’m wondering in what file I would find the bcn_display(); to replace it with bcn_display(false, false); as you recommended?
I cannot use the widget which you had also recommended, because I can only add widgets to the footer and sidebar in my theme, and I want the breadcrumb trail to appear in the header.
Thanks!
Your previous response when you were asked this question:
“If you want all of the breadcrumbs in the trail to be unlinked, replace:
bcn_display();
with:
bcn_display(false, false);If you are using the widget, there is a widget setting that will do this for you for the breadcrumb trail output by the widget.”
The topic ‘Unlink breadcrumb path terms’ is closed to new replies.