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?
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?
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(); ?>
This topic has been closed to new replies.