Hello,
I am a fresh newbie.
How can I add comments possibilities for user on an existing web page?
Please explain in detail or give a link to red.
Thank you!
Hello,
I am a fresh newbie.
How can I add comments possibilities for user on an existing web page?
Please explain in detail or give a link to red.
Thank you!
if you want comments to display in Pages - add this line to your theme's page.php after the_content tag
<?php comments_template(); ?>
Thank you for the reply.
My page is a html one. What should I do?
Guess Integrating_WordPress_with_Your_Website might provide insight...
Thank you! I will study it.
I am quick at meeting trouble.
"In order to transform regular PHP pages into ones that utilize WordPress, you need to add either of the following code snippets to the start of each page. "
My pages are html.
This topic has been closed to new replies.