Comments went missing (form and all)
-
Having an issue with my comments.
Only recently I was asked how do I leave a comment on your site? I said click the comments link and fill out the form. What form is the response. The uh, let me look, oh, thats strange its not there…
The comments form, previous comments, etc aren’t showing. However, I can see the comments from within the admin area. It seems to me that the include to pull wp-comments.php may not be working. But I know about as much about PHP as I do about the rise of the stapler in the late 40’s.
here is the “feedback” div from my index.php
<div class="feedback">
<?php link_pages('
Pages: ', '
', 'number'); ?>
<?php comments_popup_link('Comments (0)', 'Comments (1)', 'Comments (%)'); ?>
</div>
<!--
<?php trackback_rdf(); ?>
-->
<?php include(ABSPATH . 'wp-comments.php'); ?>
</div>
Does everything there look correct? On a side note, when I upgraded to 1.2 the login went missing, and I hade to hardcode the path into the “login” link. To see the site and perhaps understand what I’m talking about visit http://www.2littlewhos.com/blog
Thank you for your consideration.
The topic ‘Comments went missing (form and all)’ is closed to new replies.