Hide div for featured listings
How can I hide a <div> on a featured listings description page? I basically want to remove an ad space for these listings-
something along the lines of
<?php if ( va_show_featured() && va_is_listing_featured( get_the_ID() ) ) : ?>
HIDE DIV CSS
<?php else: ?>
SHOW DIV CSS