• I have my board all set up, and when I click “Comments(0)”, it just takes me to the archive of the posts for that day. how do I leave a comment on a specific post?

Viewing 8 replies - 1 through 8 (of 8 total)
  • whew u dont see any text boxes at the bottom?
    what is ur blog uri?

    Thread Starter jtelling

    (@jtelling)

    here it is:
    https://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.

    Thread Starter jtelling

    (@jtelling)

    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?

    Sorted – cool ??

    Thread Starter jtelling

    (@jtelling)

    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

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How do I leave a comment?’ is closed to new replies.