Only display Featured Ads with images
I have a free ads site, and because its free all ads appear in the featured ads slider, including ads that don't have images.
It just makes the slider look like its not displaying images properly.
In featured.php on line 8 (the start of the if statement) would it be possible to add in an "and" statement with a condition to check for an image?
<?php if ( get_option('cp_enable_featured') == 'yes' ) : ?>
If anyone could help I would really appreciate it.