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

    (@mtekk)

    It sounds like you are trying to remove the current item from the breadcrumb trail. This has been answered many times in the past, please see the FAQ for the answer: https://mtekk.us/code/breadcrumb-navxt/faq/#bcn_ci

    Thread Starter Day Blakely Donaldson

    (@day-blakely-donaldson)

    Thanks. Yes, that is what I am trying to do.

    I looked at the link and tried out the code provided on that page. It doesn’t remove the current item though. Is there some modification of the provided code that should do it?

    If this has been answered in the past successfully, could you please just point me towards that conversation.

    Thanks

    Plugin Author John Havlik

    (@mtekk)

    Did you try the plugin linked to in that FAQ answer? I just tried it on my testbed and it does remove the current item.

    For reference, you want this plugin: https://github.com/mtekk/Breadcrumb-NavXT-Extensions/blob/master/breadcrumb_navxt_remove_curitm.php

    Thread Starter Day Blakely Donaldson

    (@day-blakely-donaldson)

    Thank you, and I can say that that plugin does remove the current item perfectly.

    (I just pasted that code into my functions.php — is that the recommended proceedure?)

    However, it only seems to display:

    Site Title > Category > Subcategory

    (nice work on making it display the actual title of the site!)

    when I need to display:

    Site Title > Category > Subcategory > Subcategory > Subcategory > Subcategory

    (Point of clarification: Each of these is one level deeper/closer to the current item (not the list of subcategories to the category)

    Any ideas or possible modifications? Thank you

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove post title from breadcrumbs’ is closed to new replies.