Title: List comments with paged navigation
Last modified: August 19, 2016

---

# List comments with paged navigation

 *  [levani01](https://wordpress.org/support/users/levani01/)
 * (@levani01)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/list-comments-with-paged-navigation/)
 * I need small help with comments. I want to give my site users the ability to 
   view their own comments, I managed to retrieve comments by current user id and
   list them but I have one problem. Very often there are too many comments to display
   on one page, so I would like to divide comments into pages – create paged navigation.
   Unfortunately I’m not so familiar with php to write whole code myself so any 
   help would be appreciated.
 * p.s. If there are any plugin that somehow lists comments with paged navigation(
   recent comments or something like this) I can modify it, so it would be great
   help for me as well.
 * p.s. p.s. AJAX would be much better 🙂
 * Thank you in advance

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

 *  Thread Starter [levani01](https://wordpress.org/support/users/levani01/)
 * (@levani01)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/list-comments-with-paged-navigation/#post-1108469)
 * Can anyone help please?
 *  Thread Starter [levani01](https://wordpress.org/support/users/levani01/)
 * (@levani01)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/list-comments-with-paged-navigation/#post-1108529)
 * ???
 *  [mercuryfenix](https://wordpress.org/support/users/mercuryfenix/)
 * (@mercuryfenix)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/list-comments-with-paged-navigation/#post-1108539)
 * House,
 * If this is an administrative plugin, you could easily write a plugin to use the
   admin-ajax.php functionality to paginate comments. See [http://codex.wordpress.org/AJAX_in_Plugins](http://codex.wordpress.org/AJAX_in_Plugins).
   The further reading links are _**very**_ helpful.
 * Otherwise, consider loading all the users comments and using a [jQuery](http://jquery.com)
   interface to page through them. Without at least an intermediate understanding
   of PHP, this seems to be a good solution.

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

The topic ‘List comments with paged navigation’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [mercuryfenix](https://wordpress.org/support/users/mercuryfenix/)
 * Last activity: [16 years, 11 months ago](https://wordpress.org/support/topic/list-comments-with-paged-navigation/#post-1108539)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
