Title: ehcelino's Replies | WordPress.org

---

# ehcelino

  [  ](https://wordpress.org/support/users/zoltar/)

 *   [Profile](https://wordpress.org/support/users/zoltar/)
 *   [Topics Started](https://wordpress.org/support/users/zoltar/topics/)
 *   [Replies Created](https://wordpress.org/support/users/zoltar/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/zoltar/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/zoltar/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/zoltar/engagements/)
 *   [Favorites](https://wordpress.org/support/users/zoltar/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comments Help](https://wordpress.org/support/topic/comments-help-3-2/)
 *  [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 1 replies (of 1 total)