Homepage ad display loop
Which file contains the homepage ad display loops?
The reason I'm asking is, I don't want to show items marked as sold in the new listings, popular, and random section. However I do have a separate page where we're display past sold items to give sellers an idea of what has sold in the past and for what price.
I've used this to stop the sold items from showing in the featured slider that I found from another post with success.
PHP Code:
<?php if ( get_post_meta($post->ID, 'cp_ad_sold', true) == '' ) : ?>
Thanks,
Steven