• Resolved bobover3

    (@bobover3)


    I use Woo’s The Morning After theme.

    I’ve checked the general theme box to accept comments on both posts and pages.

    I’ve checked the theme box to accept comments for each individual page.

    Nonetheless, my posts accept comments, but my pages do not.

    What can I do to get the comments form to appear on pages as well as posts?

    Suggestions gratefully accepted.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Make sure that your page.php file has the php (comment) code that the single.php file has. It should look something like this

    <div id="comments">
    		<?php comments_template(); ?>
    	</div>
    Thread Starter bobover3

    (@bobover3)

    Thanks for replying!

    Please excuse my total ignorance, but when you say “page.php file” do you mean the HTML file for an individual page, or do you mean some central theme file? What is the “single.php” file? Is there any special place in the file that the comment code needs to be?

    Sorry again for being so dense, but you’re saving my life. Thanks!

    Hi, page.php and single.php can be found in your theme folder. In your case it will be themorningafter.

    Thread Starter bobover3

    (@bobover3)

    It worked!! Woo-hoo! Thank you Randinicole! Thank you Obharath!

    I was going crazy over this for days. You’re life-savers.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Want Comments on Pages as well as Posts’ is closed to new replies.