i have a comment box on my posts, works great but i don't have one on my single pages? in the create or edit page admin side there is the option to include or not include comment and pingbacks but it doesn't do anything?? any help
i have a comment box on my posts, works great but i don't have one on my single pages? in the create or edit page admin side there is the option to include or not include comment and pingbacks but it doesn't do anything?? any help
Do you have <?php comments_template(); ?> in the relevant template?
thank you! that brings up the comment window and it seems to be working properly.
it raises a second question; if i have the toggle for 'comments open' in admin off but 'pingbacks and trackbacks' on there is no window. Is that right, and/or how do i make that work? Should there be an option on the page somewhere?
thank you
it works
i put the
<?php comments_template(); ?>
under
<?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?>
and it works well
thanks again .. :)
This topic has been closed to new replies.