Search Result to Link to a Specific Page
Sounds like you’ll have to code something custom here. I like the idea TBH – but I haven’t seen anything like this in WordPress before. As I see it, you’ll have to make a custom SQL query, or maybe even use get_terms() (Function description here) to achieve your goal. You would have to: Hook into … Read more