• i noticed that when i have selected multiple taxonomy, the breadcrumb will use the first one of the selected in its breadcrumb.

    for example,
    apple orange pineapple(name not slug) selected
    the breadcrumb will always use apple in the breadcrumb, slug doesn’t seems to affect the selection, is it possible to change to id or slugname or other??

    i noticed this because i have 2 plugin that i integrated together so that one plugin(slider) will need to select slider as one of its taxonomy.

    https://www.ads-software.com/extend/plugins/breadcrumb-navxt/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cyngate

    (@cyngate)

    actually not solve but im using another way to solve my problem,
    i try to find get_the_terms in the files and then found
    $bcn_object array of terms, i try to unset the term that i want to hide, because i only need to hide one that will not be use by the post but used by another plugin. and then i modify the name by append a # infront so it will always be the first term and hence the permalink are not affected later when added new term.

    Plugin Author John Havlik

    (@mtekk)

    If the taxonomy you are using is categories, then the current version of Order Bender can allow you to set the category you want Breadcrumb NavXT to display. For other hierarchical taxonomies, the next version of Order Bender will help you do what you want.

    Additionally, slug based hinting is being considered as a feature in the next Breadcrumb NavXT release. It is being tracked by this issue: https://github.com/mtekk/Breadcrumb-NavXT/issues/33

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘multiple custom taxonomy permalink selection’ is closed to new replies.