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? 2,006Support 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 Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudio 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. 2,006Support repliedOctober 15, 2016 at 9:08pmHide it with css.article-discussion { display: none; }in theme options -> styling options -> custom cssThank you. Clapat Support Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudio 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
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
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
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio