My client wants a filtered search of portfolio items with a sub-search of portfolio tags. Ideally, it would behave like her old search: http://overnightnewyork.com/ but could also look like this: http://www.ktstage.com/overnight/
The problem is, I don’t know how to call out the portfolio taxonomy. I don’t want a search of posts — just a search of portfolio items and (hopefully) tags. However, it appears there are no tags for portfolio items (true?) (possible to add?)
and I can’t figure out how to call out the portfolio categories within this shortcode:
[searchandfilter fields=”category” submit_label=”Filter” headings=”Neighborhoods”][searchandfilter fields=”post_tag” submit_label=”Filter” headings=”Amenities”]
Thanks for your help.
OR. If I am being clueless about how to search portfolio entries, please enlighten me.
Hey kate,
For more advanced search, you can use Relevanssi. You can find the implementation here – http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/
Best regards,
Yigit
Hi. I installed relevanassi and added a new taxonomy/category to the portfolio posts — or what I thought was one. But it just looks like tags in the admin. I added the code to the homepage widget and it behaves like a category but when one clicks on Neighborhoods, instead of a page like this: http://www.ktstage.com/overnight/all-hotels/ I get a page that looks like this: http://www.ktstage.com/overnight/hotels_neighborhoods/midtown/
My client wants a way to parse the hotel properties by type and neighborhood.
Thanks.
Hi,
seems you need a 3rd party plugin for such functions. Maybe something like https://de.wordpress.org/plugins/post-types-order/ is for you.
Best regards,
Andy