Hi there,
On this page we use a filter that we use on all our sites, this a new site:
hidden link
We have an Area Taxonomy however this isn't showing any options on selection even though there are many, am I missing something obvious here?
This the Search & Pagination code we are using...
<div class="col-sm-3"><div class="form-group">
<label for="wpv-area">[wpml-string context="wpv-views"][/wpml-string]</label>
[wpv-control-post-taxonomy taxonomy="area" type="select" default_label="Area" url_param="wpv-area"]
</div></div>
<div class="col-sm-3"><div class="form-group">
<label for="wpv-location">[wpml-string context="wpv-views"][/wpml-string]</label>
[wpv-control-post-taxonomy taxonomy="location" type="select" default_label="Location" url_param="wpv-location"]
</div></div>
<div class="col-sm-3"><div class="form-group">
<label for="wpv-wpcf-bedrooms">[wpml-string context="wpv-views"][/wpml-string]</label>
[wpv-control-post-taxonomy taxonomy="bedroom" type="select" default_label="Bedrooms" url_param="wpv-bedrooms"]
</div></div>
My issue is resolved now. Thank you!