Hi!
First, I understand that this is not an issue/bug of the plugin, it's just me customizing a lot :-/
I have a custom query that goes like this:
site.com/?taxonomy1=term1&taxonomy2=term2
However, I set up a rewrite rule on my functions.php file that makes this query work liek this:
site.com/term1/term2
Both URLs take me to the same point. However, This plugin only shows the first term on the navigation:
Home->term1
I'd love to get this, instead:
Home->term1->term2
Any ideas how to make it work?
Thank you