Title: multiple custom taxonomy permalink selection
Last modified: August 20, 2016

---

# multiple custom taxonomy permalink selection

 *  [cyngate](https://wordpress.org/support/users/cyngate/)
 * (@cyngate)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/multiple-custom-taxonomy-permalink-selection-1/)
 * 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.
 * [http://wordpress.org/extend/plugins/breadcrumb-navxt/](http://wordpress.org/extend/plugins/breadcrumb-navxt/)

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

 *  Thread Starter [cyngate](https://wordpress.org/support/users/cyngate/)
 * (@cyngate)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/multiple-custom-taxonomy-permalink-selection-1/#post-3303644)
 * 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](https://wordpress.org/support/users/mtekk/)
 * (@mtekk)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/multiple-custom-taxonomy-permalink-selection-1/#post-3303647)
 * If the taxonomy you are using is categories, then the current version of [Order Bender](https://github.com/mtekk/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](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.

 * ![](https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=1927103)
 * [Breadcrumb NavXT](https://wordpress.org/plugins/breadcrumb-navxt/)
 * [Support Threads](https://wordpress.org/support/plugin/breadcrumb-navxt/)
 * [Active Topics](https://wordpress.org/support/plugin/breadcrumb-navxt/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/breadcrumb-navxt/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/breadcrumb-navxt/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [John Havlik](https://wordpress.org/support/users/mtekk/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/multiple-custom-taxonomy-permalink-selection-1/#post-3303647)
 * Status: not resolved