A while ago I removed all comment code from my templates because I didn't want comments. Now I need to allow comments on only one page. Is there some code I can add to the HTML of that single page to allow comments? Thanks, Ed
Hello, Go to single.php present in your theme directory and add the code given below Code: <!--Start Comment Section--> <?php comments_template(); ?> <!--End comment Section--> check image for reference Thanks & Regards Gourav Shrivastava