• on my wordpress.com it is possible.
    but i have a .org now installed.
    i want users te be abled to comment on “pages” – which seems impossible with.org… is there a plugin i can use? or is there a simple css code thing i should use?

Viewing 1 replies (of 1 total)
  • 1. Open the page template in your style.
    2. Find <?php endwhile; endif; ?>
    3. Insert this bit of code just before the code in step 2.
    <?php if (comments_open()) comments_template(); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘comments on “pages”’ is closed to new replies.