Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › check if posts are in custom taxonomy › Reply To: check if posts are in custom taxonomy
March 2, 2023 at 4:34 pm
#41597
Keymaster
Hi,
I am not exactly sure where this code is placed, so it highly depends. But you are using get_post_meta, which is for custom fields and not taxonomies. If you are checking for taxonomies, then maybe use the get_terms function or similar.