Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Overlays on Top of Featured Image Previews › Reply To: Overlays on Top of Featured Image Previews
December 22, 2019 at 10:17 am
#25132
Keymaster
Hi,
In that case, the has_term() function is the way to go:
<?php if ( isset($r->post_type) && has_term('Under Contract', 'status', $r->id) ) { ?>