Title: Carousel displaying blank posts
Last modified: August 27, 2018

---

# Carousel displaying blank posts

 *  [tbereika](https://wordpress.org/support/users/tbereika/)
 * (@tbereika)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/carousel-displaying-blank-posts/)
 * When scrolling through the carousel there are areas of white space that appear
   to be blank posts. All published posts contain images. There are a number of 
   posts in “draft” mode that do not contain images. “Select Posts” in carousel 
   settings is set to “All Posts”. Is it possible that the carousel is displaying
   all posts including drafts?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcarousel-displaying-blank-posts%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [rameez_iqbal](https://wordpress.org/support/users/rameez_iqbal/)
 * (@rameez_iqbal)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/carousel-displaying-blank-posts/#post-10630990)
 * Hi, sorry this option is not available at the moment. One workaround is to edit
   following file.
 * In render.php file in **inc** directory on line 18, add following code
 * `'post_status' => 'any',`
 * Regards
 *  Thread Starter [tbereika](https://wordpress.org/support/users/tbereika/)
 * (@tbereika)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/carousel-displaying-blank-posts/#post-10632842)
 * How can I exclude posts that have visibility: private from the carousel?
 * Thanks.
    -  This reply was modified 7 years, 7 months ago by [tbereika](https://wordpress.org/support/users/tbereika/).
 *  Plugin Author [rameez_iqbal](https://wordpress.org/support/users/rameez_iqbal/)
 * (@rameez_iqbal)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/carousel-displaying-blank-posts/#post-10634712)
 * You can also provide array of possible values
 * `'post_status' => array('publish', 'draft', 'trash'),`
 *  Thread Starter [tbereika](https://wordpress.org/support/users/tbereika/)
 * (@tbereika)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/carousel-displaying-blank-posts/#post-10636221)
 * Great! Thank you.

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

The topic ‘Carousel displaying blank posts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/responsive-posts-carousel_94979c.
   svg)
 * [Responsive Posts Carousel](https://wordpress.org/plugins/responsive-posts-carousel/)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-posts-carousel/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-posts-carousel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-posts-carousel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-posts-carousel/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [tbereika](https://wordpress.org/support/users/tbereika/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/carousel-displaying-blank-posts/#post-10636221)
 * Status: not resolved