Multiple selected checkboxes issue
-
Hello,
I’m having an issue with multiple selected checkboxes of custom taxonomy. The result only shows posts from the first selected category.
For example, if I select hair, dress, shoes, results will only retrieve posts from the first category – hair.
How can I retrieve posts from all selected categories?
If it helps this is my current code:
<?php echo do_shortcode( '[searchandfilter fields="supplier-type,ni-county" types="checkbox,checkbox" headings="Categories,Counties" submit_label="Filter" operators="or,or" add_search_param="1" post_types="post_type"]' ); ?>
Thank you for creating a great plugin & all your help here.
Mina
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Multiple selected checkboxes issue’ is closed to new replies.