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

Reply To: check if posts are in custom taxonomy

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

#41597
Ernest MarcinkoErnest Marcinko
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.