This topic has 9 replies, 3 voices, and was last updated 7 years ago ago by Rose Tyler
Dear Xstore,
We would like to remove the add comments section as pet the screen shots in the Private Content.
Could you please advise.
Kind Regards, Su.
Hi,
To do that you need to edit the page where you want to disable comments. On the post editor screen click on the screen options button on the upper right corner of the screen. This will open a fly down menu where you need to check the box next to Discussion.
Once you have checked the discussion box, scroll down and you will find a Discussion meta box on the post editor screen. This meta box allows you to selectively enable or disable comments on a single page.
if you want to completely remove the comments check this: https://en.support.wordpress.com/enable-disable-comments-for-future-posts-pages/
Hi Amzy,
Response for you in the private content.
Hello,
Comments are related to WordPress default settings and they can be disabled in WP Dashboard > Settings > Discussion and for each post in Posts > Edit needed post > disable “Allow comments” http://prntscr.com/bpei3p (to display the mentioned field check settings in Screen Options as shown on the screenshot http://prntscr.com/bpehvg).
Please try to use this code:
.meta-post .meta-divider:last-child {
display: none;
}
Regards
Hi Rose,
Some comments for you you in the private content.
Please try to use:
.single-post .no-comments {
display: none;
}
Regards
BIG THX Rose 🙂
You’re welcome!
Regards
The issue related to '‘XSTORE NEWS PAGE’' has been successfully resolved, and the topic is now closed for further responses