This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: two issues more: multiselect filter & Tag filter

Home Forums Product Support Forums Ajax Search Pro for WordPress Support two issues more: multiselect filter & Tag filter Reply To: two issues more: multiselect filter & Tag filter

#40597
Ernest MarcinkoErnest Marcinko
Keymaster

In that code you are not using tags, that is the “books” taxonomy:

'tax_query' => array(
    array(
      
      'taxonomy' => 'books',
      'field' => 'slug',
      'terms' => 'พระวินัยปิฎก'
)
 

That is a taxonomy filter on “books”, not the tag filter.