Title: show all posts
Last modified: August 31, 2016

---

# show all posts

 *  [ageibert](https://wordpress.org/support/users/ageibert/)
 * (@ageibert)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/show-all-posts-11/)
 * would it be possible that you extend your plugin code in plugin.class.php with
   something like this:
 * $args = array(
    // ‘cat’ => $data[‘category’], ‘posts_per_page’ => -1, ‘post__not_in’
   => $exclude_ids_arr ); if($data[‘taxonomy’]){ $args[‘tax_query’] = array( array(‘
   taxonomy’ => $data[‘taxonomy’], ‘terms’ => array( $data[‘term’] ), ‘include_children’
   => true, ), ); }
 * now it would be possible to show ALL posts, something like “latest posts” by 
   not selecting a category.
 * of course it would be better if there was an option for that, but i only wanted
   to show you what i mean
 * [https://wordpress.org/plugins/responsive-posts-carousel/](https://wordpress.org/plugins/responsive-posts-carousel/)

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

 *  Thread Starter [ageibert](https://wordpress.org/support/users/ageibert/)
 * (@ageibert)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/show-all-posts-11/#post-7083697)
 * could you extend the plugin with a “limit” for each carousel? something like:
   “
   show only 5 posts from the category xy”
 * best regards
 *  Plugin Author [rameez_iqbal](https://wordpress.org/support/users/rameez_iqbal/)
 * (@rameez_iqbal)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/show-all-posts-11/#post-7083699)
 * I will work on this feature in next version,
    Regards
 *  Thread Starter [ageibert](https://wordpress.org/support/users/ageibert/)
 * (@ageibert)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/show-all-posts-11/#post-7083702)
 * awesome!
    btw: that’s a great plugin 🙂

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

The topic ‘show all 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [ageibert](https://wordpress.org/support/users/ageibert/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/show-all-posts-11/#post-7083702)
 * Status: not resolved