Strangest thing:
I am trying to show a string of the search terms at the top of the results in a view. Something like: you searched for a writer who won the government award" ("writer" and " the government award" are terms in taxonomies "known as" and "awards", respectfully).
I thought this would be easy:
I createded a view within a view. The parent view is the sarch view, and the child view is the breadcrumbs view. The breadcrumbs view shows "knows as" and "awards" to, each filtered by the URL parameter (wpv-known-as and wpv-awards). But even though I have just one term selected and visible in the search results URL (writer), I get ALL results of "known as" taxonomies from the filtered entries. Mmeaning, if an entry is both writer and poet, even if the URL shows I searched only for writer.
What am I doing wrong?
Hello. Thank you for contacting the Toolset support.
First of all - After checking to debug information you shared with us, I found that you are using outdated Toolset plugins. We always recommend running your site with latest stable release plugin version.
*** Please make a FULL BACKUP of your database and website.***
Could you please update ALL Toolset plugins to it's latest official released version. You can download the latest plugin release from your accounts page:
=> https://toolset.com/account/downloads/
Once you update the Toolset plugin, Could you please share problem URL and access details with test case example where exactly you want to display what.
I have set the next reply to private which means only you and I have access to it.
Well - I'm checking the link you shared: hidden link
But I do not see any filter or where exactly you want to display the links? Could you please share your exact requirement with a test case example that will help me to understand your issue as well as to guide you to the right direction.
I have set the next reply to private which means only you and I have access to it.
Well - I dont think it needs a view to display the selected taxonomy terms.
I have changed the code as given under:
[wpv-conditional if="( '[wpv-search-term param='wpv-known-as']' ne '' )"]
you searched for a [wpv-search-term param='wpv-known-as'] who won the government award [wpv-search-term param='wpv-awards'].
[/wpv-conditional]