Tell us what you are trying to do?
Hello, my dropdown filters are not working correctly on my archive page, I am trying to fix a couple of filters. A couple of filters need an "all" option (player ranking, grad year).
The filters are straight html, and I'm trying to edit these to add an "all" option, the filters also do not seem to filter correctly.
Is there any documentation that you are following?
Here is the filter HTML of the two:
<div class="wp-block-toolset-views-custom-search-filter wpv-custom-search-filter wpv-custom-search-filter-label-top" data-toolset-views-custom-search-filter="1"><div><div class="form-group"><label class="wpv-custom-search-filter__label" for="wpcf-player-ranking">[wpml-string context="wpv-views"]Player Ranking[/wpml-string]</label><!-- ## --><span class="wpv-custom-search-filter__input">[wpv-control-postmeta type='select' value_type='NUMERIC' order='descnum' source='custom' values='5,4,3,2,1' display_values='5,4,3,2,1' field='wpcf-player-ranking' url_param='wpv-wpcf-player-ranking']</span></div></div></div>
<div class="wp-block-toolset-views-custom-search-filter wpv-custom-search-filter wpv-custom-search-filter-label-top" data-toolset-views-custom-search-filter="1"><div><div class="form-group"><label class="wpv-custom-search-filter__label" for="wpcf-grad-year">[wpml-string context="wpv-views"]Grad Year[/wpml-string]</label><!-- ## --><span class="wpv-custom-search-filter__input">[wpv-control-postmeta type='select' field='wpcf-grad-year' url_param='wpv-wpcf-grad-year']</span></div></div></div>
What is the link to your site?
hidden link