Title: [Plugin: Groups] wp_query list Posts Restricted
Last modified: August 20, 2016

---

# [Plugin: Groups] wp_query list Posts Restricted

 *  Resolved [raonip](https://wordpress.org/support/users/raonip/)
 * (@raonip)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-groups-wp_query-list-posts-restricted/)
 * Hi!!
 * I would like to know how can I list my posts, even the restricted ones in my 
   query.
 * I notice that when I restrict one post it not show in my query…
 * Thanks!!!!!!!!
 * [http://wordpress.org/extend/plugins/groups/](http://wordpress.org/extend/plugins/groups/)

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

 *  Plugin Author [itthinx](https://wordpress.org/support/users/itthinx/)
 * (@itthinx)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-groups-wp_query-list-posts-restricted/#post-3082081)
 * Simply using a query:
 *     ```
       global $wpdb;
       $posts = $wpdb->get_results( $wpdb->prepare(
       "SELECT * FROM $wpdb->posts WHERE post_status = 'publish' AND post_type = 'post'"
       ) );
       ```
   
 *  Thread Starter [raonip](https://wordpress.org/support/users/raonip/)
 * (@raonip)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-groups-wp_query-list-posts-restricted/#post-3082082)
 * Hi,
 * Thanks…but how could I use the default WP_query to do that? Any clue!?
 * Thanks!!!!

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

The topic ‘[Plugin: Groups] wp_query list Posts Restricted’ is closed to new replies.

 * ![](https://ps.w.org/groups/assets/icon-256x256.png?rev=983146)
 * [Groups](https://wordpress.org/plugins/groups/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/groups/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/groups/)
 * [Active Topics](https://wordpress.org/support/plugin/groups/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/groups/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/groups/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [raonip](https://wordpress.org/support/users/raonip/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-groups-wp_query-list-posts-restricted/#post-3082082)
 * Status: resolved