Forums

Truncation of Comments ID in Comments Page? (2 posts)

  1. wpacct
    Member
    Posted 5 years ago #

    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; ?>`

  2. wpacct
    Member
    Posted 5 years ago #

    Hi Guys,

    Sorry to keep bothering you but any insights on this problem? Any help is greatly appreciated!

    Thks in advance

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags