Title: uploading comments
Last modified: August 30, 2016

---

# uploading comments

 *  [Roman52](https://wordpress.org/support/users/roman52/)
 * (@roman52)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/uploading-comments/)
 * Hello!
    Can not make the Inquisitor’s comments by clicking on the button. That
   is, you want to display 5 comments and click download again, by clicking on that
   outputs another 5 etc.
 * I get comments like this: (this is when we clicked to load more comments)
 *     ```
       <?php
       $args_list = array(
       		'callback' => 'mytheme_comment',
       	);
   
       	$args = array(
       		'order' => 'ASC',
       		'offset' => $offset,
       		'number' => $items,
       		'post_id' => $post_id,
       	);
       	$comments = get_comments($args);
   
       	wp_list_comments($args_list, $comments);
       ?>
       ```
   
 * Accordingly, within the parameters of offset, number and post_id transmitted 
   desired values.
    But when you use the number broken Outline (nested) comments

The topic ‘uploading comments’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [Roman52](https://wordpress.org/support/users/roman52/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/uploading-comments/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
