badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: How to remove “No comment “ from appearing in search results

#78771

Then remove the below mentioned code that you will find on content.php page line 64 to 68 and content-search.php page line 45 to 49.

<?php if ( comments_open() ) { ?>
	<div class="comments">
		<?php comments_popup_link( __('No Comments', 'newscard'), __('1 Comment', 'newscard'), __('% Comments', 'newscard'), '', __('Comments Off', 'newscard') ); ?>
	</div><!-- .comments -->
<?php } ?>

Note: we recommend you to customize the code after making a child theme so that you won’t loose any customized code when you update the new to a new version in future.

Thanks