Title: Set different Posts per Page
Last modified: September 12, 2022

---

# Set different Posts per Page

 *  Resolved [baldguy](https://wordpress.org/support/users/baldguy/)
 * (@baldguy)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/set-different-posts-per-page/)
 * WP 6.0.2, TEC 6.0.0.1
 * I would like to set a different Posts per Page for TEC than is set in Settings-
   >Reading. That is set to 6, and I’d like the calendar (list view) to show at 
   least 20.
 * I tried following the directions in the TEC knowledgebase, adding the filter
 *     ```
       add_filter( 'tribe_events_views_v2_view_latest-past_repository_args', function( $args, $context, $view ) {
           $args['posts_per_page'] = 20; // Or whatever...         
           return $args;     
       } ); 
       ```
   
 * but it’s not working. I cleared my site cache and browser cache, but still no
   change.
 * Is there another way to do this or am I missing something?

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

 *  [Jaime](https://wordpress.org/support/users/jaimemarchwinski/)
 * (@jaimemarchwinski)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/set-different-posts-per-page/#post-16005544)
 * Hi [@baldguy](https://wordpress.org/support/users/baldguy/)
 * Thanks for reaching out! You should be able to do this within the Events > Settings
   > General tab.
 * You can read more about the available settings here: [https://theeventscalendar.com/knowledgebase/k/settings-overview-the-events-calendar-and-events-calendar-pro/](https://theeventscalendar.com/knowledgebase/k/settings-overview-the-events-calendar-and-events-calendar-pro/)
 * I hope that helps!
 * Thanks,
    Jaime
 *  Thread Starter [baldguy](https://wordpress.org/support/users/baldguy/)
 * (@baldguy)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/set-different-posts-per-page/#post-16005647)
 * Thanks, Jaime!
 * That was set, but I just re-saved it and it seems to be working now.

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

The topic ‘Set different Posts per Page’ is closed to new replies.

 * ![](https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440)
 * [The Events Calendar](https://wordpress.org/plugins/the-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [baldguy](https://wordpress.org/support/users/baldguy/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/set-different-posts-per-page/#post-16005647)
 * Status: resolved