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

Reply To: Custom fields on results layout && ordering queries

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

#16939
Ernest MarcinkoErnest Marcinko
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: