Remove or Comment Out - Total & So Far Today Views
Hi there,
I followed the recommendations on the following blog to comment out the code for Total views...
http://appthemes.com/forum/showthrea...ve-total-views
I would like to comment out or remove both views. My code is as follows, but it does not comment the function out. In Dreamweaver the code is coloured as though it would work, but to no avail.
code commented out:
<?php // <p class="stats"><?php if (function_exists('cp_ad_views_today')) { cp_ad_views_today($post->ID, '', __('total views','cp'), __('so far today','cp'), 0, 'show'); } </p>; ?>
Not sure why this does not work. Any guidance appreciated.
Thanks!