Tagged: comment
Hey ptolda,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Hi,
Thank you for the update.
The comments template is not included in pages by default. If you want to add it, edit the page.php file, look for this code around line 35..
get_template_part( 'includes/loop', 'page' );
.. and below add this code.
//wordpress function that loads the comments template "comments.php"
comments_template();
Best regards,
Ismael
I’m sorry, I’m not talking about the comments of the template but the wordpress default comments…
Hi!
Thank you for the update.
about the comments of the template
What do you mean? The modification above should render the comments including the comments form in the pages post type. Did you try it?
Cheers!
Ismael
yes I’ve tried, everything is ok, but it’s something that needs to be resolved, it’s not normal that in order to use the comments I have to modify the files.
thanks for support