Title: Comments Help
Last modified: August 19, 2016

---

# Comments Help

 *  [uallanman](https://wordpress.org/support/users/uallanman/)
 * (@uallanman)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/comments-help-3-2/)
 * Hi there…I am very new to WP. My wife would like to see the comments listed under
   her post…not a hyperlink. Can this be done??
    Thanks Bob

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [shane-g](https://wordpress.org/support/users/shane-g/)
 * (@shane-g)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/comments-help-3-2/#post-1047172)
 * Hi,
 * If you have enabled comments on your posts and if any one post comments on the
   post then it will automatically display…
 * It seems that you have enabled pingback and trackback option. Hence, if any one
   pingback/trackback receives then you will usually receives only a link..
 * Thanks,
 * Shane G.
 *  Thread Starter [uallanman](https://wordpress.org/support/users/uallanman/)
 * (@uallanman)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/comments-help-3-2/#post-1047173)
 * Thanks for the reply. I disabled pingback and trackback…comments still only display
   with a link???
 *  [ehcelino](https://wordpress.org/support/users/zoltar/)
 * (@zoltar)
 * [17 years ago](https://wordpress.org/support/topic/comments-help-3-2/#post-1047423)
 * I have the same question, can someone help us? I’ve tried every bit o’ code around
   the net, and the nearest I could find was this:
 *     ```
       < ?php if ( have_comments() ) : ?>
       <h4 id="comments">< ?php comments_number('No Comments', 'One Comment', '% Comments' );?></h4>
   
       <ul class="commentlist">
       < ?php wp_list_comments(); ?>
       </ul>
   
       <div class="navigation">
       <div class="alignleft">< ?php previous_comments_link() ?></div>
       <div class="alignright">< ?php next_comments_link() ?></div>
       </div>
       < ?php else : // this is displayed if there are no comments so far ?>
       	< ?php if ('open' == $post->comment_status) :
       		// If comments are open, but there are no comments.
       	else : // comments are closed
       	endif;
       endif;
       ?>
       ```
   
 * from [http://ottodestruct.com/blog/2008/09/29/wordpress-27-comments-enhancements/](http://ottodestruct.com/blog/2008/09/29/wordpress-27-comments-enhancements/)
 * but it also seems not to work. please help!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Comments Help’ is closed to new replies.

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [ehcelino](https://wordpress.org/support/users/zoltar/)
 * Last activity: [17 years ago](https://wordpress.org/support/topic/comments-help-3-2/#post-1047423)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
