Removing coupon description exerpt
Hi, Could you help me out with a modification? I want to remove the coupon description excerpt from the homepage, search pages and related coupons. I have made the following change in the loop-coupon file, reducing the characters to zero.
<p class="desc"><?php echo mb_substr(strip_tags($post->post_content), 0, 0).'';?></a></p>
While the description has disappeared from the normal webpage view the description is still visible when viewing the source code of the page.
Is there any other part that needs to be change?
Thanks