Hi,
I´ve managed to get rid of all comments by reading older threads, except in "latest news". It still says "no comments" for every post.
Any chance to make it disappear?
Thx!
Hannes
Hi,
I´ve managed to get rid of all comments by reading older threads, except in "latest news". It still says "no comments" for every post.
Any chance to make it disappear?
Thx!
Hannes
Hey,
To remove comments from the Latest News widget is more complicted than the others.
Open up functions.php and replace lines 99 - 101 from this:
echo'</span><span> ';
comments_number('No Comments', '1 Comment', '% Comments');
echo'</span></span></a></li>';
to this:
echo'</span></span></a></li>';
James
You must log in to post.