• I’m recently customized my comments.php file, but I’m a complete newbie at this and think I missed something because comment numbers no longer appear on my blog. For instance, if someone comments, it not longer shows: Comment Number, Commenter Name, Comment. Now it just shows Commenter Name, then the text of their comment.

    I went into the WP codex to try and figure out what I was missing, but alas, no luck. Could you please help? Here is what I have at the moment, and if you look at my site the Comment ID (of all the comments ever submitted) is showing on a post, instead of the Comment # for the post in particular.

    <big> <?php echo $oddcomment; ?> <?php comment_ID() ?> <strong>.</strong> <?php comment_author_link() ?></big>
    
    <small><a href="#comment-<?php comment_ID() ?>" title=""><?php comment_date('F jS, Y') ?> at <?php comment_time() ?><?php edit_comment_link('&nbsp;&nbsp;<strong>Edit Comment</strong>','',''); ?></a></small>
    <?php comment_text() ?>

    Thank you for your help, I greatly appreciate any feedback you can offer!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter orchidred

    (@orchidred)

    Does no one know how to fix this problem? If you do, PLEASE share!

    Thread Starter orchidred

    (@orchidred)

    I’m wondering if I posted this in the right forum since it seems my question is being ignored? Should I move it to another forum? 🙁

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comment Numbers not Showing’ is closed to new replies.