Hi Sir,
Need some help with my theme. When you click on the comments link under http://www.goal-setting-college.com, you'll see that the comments ID are truncated.
This is section of code for the comments. Can you please assist to advise what could be wrong? Thanks a lot
`
<?php if ( $comments ) : ?>
<ol id="commentlist">
<?php foreach ($comments as $comment) : ?>
<li id="comment-<?php comment_ID() ?>">
<div class="commentby"><cite><?php comment_author_link() ?><?php _e(' Says'); ?>
<?php comment_date() ?> @ "><?php comment_time() ?></cite><?php edit_comment_link(__("Edit This"), ' |'); ?></div>
<?php comment_text() ?><?php endforeach; ?>`