No comments title

Posted in: Newspaper
Post count: 224

Hi! Is there any way not to show NO COMMENTS title when there is no comments for article and show it only if there is a comment?

Post count: 6600

Hi,

Add this condition like this: http://screencast.com/t/vksklHqZrNZH

<?php if ($num_comments > 0) { ?>
<h4 class="block-title"><span><?php echo $td_comments_no_text?></span></h4>
<?php }?>

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.