Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Check for taxonomy archive results on search.php page › Reply To: Check for taxonomy archive results on search.php page
May 11, 2020 at 12:46 pm
#27225
Keymaster
Hi,
Well, it should return the taxonomy, if defined:
get_asp_result_field('taxonomy')
..as well as the term ID, if needed:
get_asp_result_field('id')