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
December 20, 2022 at 4:01 pm
#40597
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.