• 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.”

    https://ww.wp.xz.cn/plugins/breadcrumb-navxt/

Viewing 1 replies (of 1 total)
  • Plugin Author John Havlik

    (@mtekk)

    If Breadcrumb NavXT is generating the breadcrumbs on your website, there should be a call to bcn_display() or bcn_display_list() somewhere in your currently active theme. Typically this will be in your header.php, or possibly in your functions.php. If you have access to a command line, use a tool such as grep to find files in your theme that contain the string bcn_display.

Viewing 1 replies (of 1 total)

The topic ‘Unlink breadcrumb path terms’ is closed to new replies.