Alright, playing around a bit more trying to work this out, and it seems that primarily I just need to get my post_type query var back.
I see that query->set for post_type is set to “any”, so that’s creating post titles that all now say “any” instead of their respective post types.
I’m trying to get pretty much the same functionality I have now with the old version and the extra functions. Can you tell me if I should just stick with the old version, or try to get my query var working again, and implement this new one?
Here’s the functionality I’d like to have:
Currently my clicks on an individual taxonomy term go to taxonomy.php, and I have it styled differently to make it more obvious that the user is no longer sequestered within a specific post type. However, I love that when you click the term directly from the drill_down_widget now it does maintain the post type seclusion and goes to multitax. Problem is, it also does this from anywhere else, so there is never that differently styled list. It would be perfect to be able to keep the functionality of going to multitax if coming from the drill_down_widget, but, have it so that if an individual taxonomy term is clicked outside of the drill down widget it goes where intended … to taxonomy.php.
The add/remove filters to still direct to multitax, or even better, to the respective custom post type archives from whence they came before being clicked.
And of course, I still need to have the no results direct back to that custom post type archive via $base_url.
What do you think?