Removing time, date, Arthur and reply box from every page and post…?
-
Hi, I would like some assistance in finding a css code that will remove the comments box on all pages and posts including date, time and author stamps.
I manage another WordPress site and had a similar issue, I was supplied a code and it worked for the site, but when I tried it on my other WordPress ( ladm.co ) it did not work.
thanks for your help.
LThe blog I need help with is: (visible only to logged in users)
-
CSS is generally theme specific, so in general, each theme will likely have a different solution. You can turn comments off without needing CSS for all future pages and posts by going to Settings > Discussion in your dashboard. For existing published pages and posts, you can turn comments off on those quite quickly using the bulk edit features for pages and posts.
The CSS alternative for the theme you are using would be this:
#comments { display: none; }To remove the post meta data (author, date, etc.) from below the titles, add the following CSS.
.entry-meta { display: none; } -
I can’t thank you enough for your swift assistance, thank you!
It has worked perfectly!
L
-
- The topic ‘Removing time, date, Arthur and reply box from every page and post…?’ is closed to new replies.