• Hey!

    Thanks for making this great plugin available!

    I’m using it to show some breadcrumbs on a site that I work on, in some cases I have multiple terms selected for a post and it will show them separated with “,”, like so: “I’m term one, I’m term two”. Is it possible to somehow change that comma to “&”? So that the end result would be “I’m term one & I’m term two”. If there’s more than two terms it would be really sweet to have it show “1, 2 & 3”.

    Been looking over the documentation and filters, but I cannot seem to find if this is possible current. Could someone please provide some insight? ??

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

    (@mtekk)

    There isn’t an easy way to do this at the moment. I’d likely need to add a filter to the bcn_breadcrumb_trail::display_loop() function that would allow control of the separator on-the-fly. Though, I’ll need to think about this a little more to make sure enough information is passed into the filter to make what you’re asking possible.

    Thread Starter wob

    (@wob)

    Cool, I’ll be happy to test stuff out ??

    Plugin Author John Havlik

    (@mtekk)

    Following up on this, I’ve opened an issue on GitHub to track adding a filter to facilitate this. The current plan is to include the new filter in the next release of Breadcrumb NavXT (version 7.2).

    Thread Starter wob

    (@wob)

    Great stuff John, thanks for following up! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Possible to separate terms with something other than “,”?’ is closed to new replies.