Need to remove stats from ads in the loop.
I want to remove the stats on the ads within the loop (ad-loop.php) when i try to remove the following :
<p class="stats"><?php if (function_exists('cp_ad_views_today')) { cp_ad_views_today($post->ID, '', __('total views','appthemes'), __('today','appthemes'), 0, 'show'); } ?></p>
Its breaks the style and really messes things up.