I have an issue I wondered whether you can help me with.
I have a Taxonomy setup with Parent categories and under these various children.
1. On the main search on the homepage (hidden link) - you can see all the categories including children are listed.
2. I have setup a WordPress Archive View (hidden link)). However, only the current selected category is displayed (I want to show Parent and other children of that taxonomy). Obviously once someone is in a parent category they should have the option to filter to another sub category.
Can you help? I'm hoping this doesnt require custom code and maybe there's somehting you can suggest.
I'm assuming that this is a search built on the custom archive itself?
Since this is a taxonomy archive the taxonomy will always get prefiltered to the one being viewed. The issue is because each individual term will have its own archive generated and that would mean the search can only target those specific posts.
Unfortunately this one isn't possible because of how archives work with the taxonomy filter. SO even if there are sub categories you will need to go to the sub categories taxonomy.
This one will need some custom code in order to resolve.