Title: Private Posts
Last modified: August 31, 2016

---

# Private Posts

 *  [addisonlegere](https://wordpress.org/support/users/addisonlegere/)
 * (@addisonlegere)
 * [10 years ago](https://wordpress.org/support/topic/private-posts-13/)
 * Posts are not pulled because they are set to “Private”… I need the posts to stay
   private, is there a way to have the plugin pull the posts that way?
 * [https://wordpress.org/plugins/wp-posts-carousel/](https://wordpress.org/plugins/wp-posts-carousel/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [teastudio.pl](https://wordpress.org/support/users/teastudiopl/)
 * (@teastudiopl)
 * [10 years ago](https://wordpress.org/support/topic/private-posts-13/#post-7320816)
 * try to overwrite the query by using a filter “wpc_query”,
    change a part of the
   query, from:
 * `post_status => 'publish'`
    to
 * `post_status => 'array( 'publish', 'private' )'`
 * [https://developer.wordpress.org/reference/functions/add_filter/](https://developer.wordpress.org/reference/functions/add_filter/)

Viewing 1 replies (of 1 total)

The topic ‘Private Posts’ is closed to new replies.

 * ![](https://ps.w.org/wp-posts-carousel/assets/icon-128x128.png?rev=1154352)
 * [WP Posts Carousel](https://wordpress.org/plugins/wp-posts-carousel/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-posts-carousel/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-posts-carousel/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-posts-carousel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-posts-carousel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-posts-carousel/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [teastudio.pl](https://wordpress.org/support/users/teastudiopl/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/private-posts-13/#post-7320816)
 * Status: not resolved