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!
Hi,
How can I customize the WordPress comment form?
Please check:https://prnt.sc/R4QWB_0Sp-h7
Thanks.
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!
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.
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!