I have a real estate website that currently has taxonomies for “for-sale” and “for-rent”.
And also another list for types of properties such as “house”, “land”, “apartment”, etc…
Displaying only one term on a single page is no issue. However, if I want to only show “for-sale” & “house” I can’t find a great solution. It’s not simple as combining the two, because if I do that, “for-sale” has multiple property types; ending up showing “land”, “apartment”, etc.
So is there a quick solution such as plugins to achieve this?
for example, I want it to be like this… websiteurl/property-type/house/status/for-sale
[ad_2]
You need to use querystrings. e.g. /listings/?type=house&status=for-sale. I’d imagine that most real estate plugins use that method.