How do I remove the "leave a reply" from my pages, but not my post. If I can't do that how do I remove it all together? Thanks
Go to the page.php file present in your Theme directory and remove the code given below from that file. Code: <?php comments_template(); ?> See the image for reference. This will solve your issue.