Title: Frank's Replies | WordPress.org

---

# Frank

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Editorial Calendar] Only see pending post in sidebar](https://wordpress.org/support/topic/only-see-pending-post-in-sidebar/)
 *  Thread Starter [Frank](https://wordpress.org/support/users/punkey/)
 * (@punkey)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/only-see-pending-post-in-sidebar/#post-3479396)
 * Cableboy, Search for the statement from Zack’s post and change it to
 *     ```
       if ($edcal_startDate == '00000000') {
                   $args['orderby'] = 'title';
       		$args['post_status'] = 'pending';
               }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Editorial Calendar] Only see pending post in sidebar](https://wordpress.org/support/topic/only-see-pending-post-in-sidebar/)
 *  Thread Starter [Frank](https://wordpress.org/support/users/punkey/)
 * (@punkey)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/only-see-pending-post-in-sidebar/#post-3479234)
 * Hey Zack
 * That worked like a charm, I added $args[‘post_status’] = ‘pending’; to the lines
   and it’s done! Thanks!
 * Frank

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