• Hello,
    I would need the breadcrumb trails give priority to a specific category instead of the alphabetical normal order.
    In few words: I have a custom post type with three taxonomies (Themes, Profession, Video and Interviews), if I apply Video and Interviews category but also Themes or Profession, in the breadcrumb trails I get first the Themes or Profession and not Video and Interview because of alphabetical order of categories name.

    How can I force the breadcrumb trail to get the last cateogory (Video and Interview) instead of the others?

    Thank you!

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

    (@mtekk)

    For hierarchical taxonomies, Breadcrumb NavXT will pick the first term with a parent that is returned by WordPress. This behavior can be modified by using the bcn_pick_post_term filter. This will require some custom code, but you will have full control of what term is used. If you don’t want to write any code, both Order Bender and Breadcrumb NavXT Paths provide an interface for you to specify the preferred term in the post editor.

Viewing 1 replies (of 1 total)
  • The topic ‘Breadcrumb trail display taxonomy alphabetically’ is closed to new replies.