Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Custom fields on results layout && ordering queries › Reply To: Custom fields on results layout && ordering queries
February 27, 2018 at 3:28 pm
#16939
Keymaster
Hi Juan,
It won’t work that way, that custom code only supports one taxonomy.
I have made a change to it, so using this one, will allow you to add multiple taxonomies, separated by comma like so:
[php]$taxonomy = ‘category, post_tag’;[/php]
The updated code: