Comments 2Anam Aggarwal started the conversationOctober 14, 2016 at 8:49pmHello,I would like to disable comments in the blog section and also remove the "NO COMMENTS", "NO TAGS" which is written and keep the publish date. How can that be done? 1,974Support repliedOctober 15, 2016 at 8:56pmHello, this is how you prohibit commentshttps://en.support.wordpress.com/enable-disable-comments-for-future-posts-pages/hide the tags and comments link with.article--tags { display: none; }.article-comments { display: none;}in theme options -> styling options -> custom cssThanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy 2Anam Aggarwal repliedOctober 15, 2016 at 9:05pmDone as per the instructions. Still i am getting this on the page which i do not want. Screenshot attached. 1,974Support repliedOctober 15, 2016 at 9:08pmHide it with css.article-discussion { display: none; }in theme options -> styling options -> custom cssThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Hello,
I would like to disable comments in the blog section and also remove the "NO COMMENTS", "NO TAGS" which is written and keep the publish date. How can that be done?
Hello, this is how you prohibit comments
https://en.support.wordpress.com/enable-disable-comments-for-future-posts-pages/
hide the tags and comments link with
.article--tags {
display: none;
}
.article-comments {
display: none;
}
in theme options -> styling options -> custom css
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Done as per the instructions. Still i am getting this on the page which i do not want. Screenshot attached.
Hide it with css
.article-discussion {
display: none;
}
in theme options -> styling options -> custom css
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy