whew u dont see any text boxes at the bottom?
what is ur blog uri?
here it is:
http://www.funkystew.com/wp/
I’ve done some mod’ing of the index.php, but nothing that I thought would interfere with comments. doh.
duh, it seems u removed the tags that called the comment file content mate.
it’s there. isn’t this it?
<div class=”meta”><?php _e(“Filed under:”); ?> <?php the_category() ?> — <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(); ?>
<?php wp_link_pages(); ?>
<?php comments_popup_link(__(‘Comments (0)’), __(‘Comments (1)’), __(‘Comments (%)’)); ?>
</div>
<!–
<?php trackback_rdf(); ?>
–>
<?php include(ABSPATH . ‘wp-comments.php’); ?>
the last line there is what brings the comments in, right?
actually, I figured it out. I couldn’t display the comments page without having the %postname% in the permalinks section. weird. oh well, at least it work s 🙂
whoa, without the post name will the rules even work?
umm …yea … i set my permalinks up with yyyy/mm/post-id and it works fine.
possibly before you were messing around with the permalinks and forgot to update your .htaccess?
– michael