On my pages there is no place for comments. I tried to add the below code to the page.php but it only worked for logged in users. People still can't comment on pages when they are not logged in. <code> <!--Start Comment Section--> <?php comments_template(); ?> <!--End comment Section--> </code> I added that but you can't see it if you're a guest.