Remove (Hide) Comments Count
-
Tried to hide cooments count with recommended CSS:
.postcommentscount {display:none;}
but no success.
I had to remove line <h3><?php printf(_n(‘One Response ‘, ‘%1$s Responses ‘, get_comments_number(), ‘virtue’), number_format_i18n(get_comments_number()), get_the_title()); ?></h3> from comments.php template to solve this.
It will work until next update I guess. How to hide it via CSS?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Remove (Hide) Comments Count’ is closed to new replies.
