Title: Exclude comment from list
Last modified: August 19, 2016

---

# Exclude comment from list

 *  Resolved [levani01](https://wordpress.org/support/users/levani01/)
 * (@levani01)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/exclude-comment-from-list/)
 * Is there any way to exclude comment from comment list?

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

 *  [pinoyca](https://wordpress.org/support/users/pinoyca/)
 * (@pinoyca)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/exclude-comment-from-list/#post-1193316)
 * Mark it pending?
 *  Thread Starter [levani01](https://wordpress.org/support/users/levani01/)
 * (@levani01)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/exclude-comment-from-list/#post-1193377)
 * No the status should stay the same but the comments shouldn’t be visible in comment
   comment list.
 * I have a comments rating system on my site and would like to show one most popular
   comment right bellow the post and than other ordinary comments. But I don’t know
   how to exclude the comment from the list.
 * Can anyone help?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/exclude-comment-from-list/#post-1193385)
 * You’d first need to figure out a way of identifying most popular comment, using
   code, so that it can be displayed/skipped as appropriate. Then you’d need to 
   write a custom comment callback in functions.php that can be called in comments.
   php using `<?php wp_list_comments('callback=my_custom_comments'); ?>`.
 * The custom comment function could then list, or omit, comments based upon any
   conditional you care to use.

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

The topic ‘Exclude comment from list’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [16 years, 8 months ago](https://wordpress.org/support/topic/exclude-comment-from-list/#post-1193385)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
