How to enable comments on specific posts in the newspaper theme?

Posted in: Newspaper
Post count: 40

Hi,
How to enable comments on a specific post in the Newspaper theme?
Thanks.

Post count: 40

Hi,
How to enable comments on a specific post in the Newspaper theme, but disable comments on other posts.
Thanks.

Post count: 35449

Hi,

The comment option needs to be enabled by default and use the option from article to on/off the comments
https://www.ipage.com/help/article/wordpress-how-to-enable-or-disable-comments
https://wordpress.org/documentation/article/comments-in-wordpress/
P.S. if you are using a single poste template please use tagDiv Composer and see if the comment element is set.

Thank you!

Post count: 40

Hi,
How can I customize the WordPress comment form?
Please check:https://prnt.sc/R4QWB_0Sp-h7
Thanks.

Post count: 35449

Hi,
For this make sure that you have disabled this option ” Other comment settings Comment author must fill out name and email” – https://i.imgur.com/TGChDnr.png then use this css
.comments .td-form-email,
.comments .td-form-url {
display: none;
}

This css can be set directly in single post template with tagDiv Composer in raw css.
I hope this will help you!

Post count: 40

Hi,
I want to adjust it to the style shown in the figure below. How do I do that?
Please check:https://prnt.sc/9HNgd1_D8wt0
Thanks.

Post count: 35449

Hi,
Just select the single post comments element and change the layout – https://i.imgur.com/srFslG7.png (also use the provided css)
Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.