Title: Invisible Pending Comments
Last modified: August 22, 2016

---

# Invisible Pending Comments

 *  [WP Gang](https://wordpress.org/support/users/merkucio/)
 * (@merkucio)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/invisible-pending-comments/)
 * In my dashboard it says that I have 3 pending comments but they don’t show up
   when I click on pending to get rid of them.
 * Any solution?

Viewing 1 replies (of 1 total)

 *  [ituk](https://wordpress.org/support/users/ituk/)
 * (@ituk)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/invisible-pending-comments/#post-5293753)
 * I have the same problem. it happens only when i submit a post from the frontend
   as a custom post type.
    this is the code i use for the submitting form in the
   frontend.
 *     ```
       //Post Properties
           $new_post = array(
                   'post_title'    => $title,
                   'post_content'  => $description,
                   'post_status'   => 'pending',           // Choose: publish, preview, future, draft, etc.
                   'post_type' => 'index'  //'post',page' or use a custom post type if you want to
           );
           //save the new post
           $pid = wp_insert_post($new_post);
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Invisible Pending Comments’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [ituk](https://wordpress.org/support/users/ituk/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/invisible-pending-comments/#post-5293753)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
