Found the code that works here:
/*
* Change the posts_per_page Infinite Scroll setting from 10 to 20
*/
function my_theme_infinite_scroll_settings( $args ) {
if ( is_array( $args ) )
$args['posts_per_page'] = 20;
return $args;
}
add_filter( 'infinite_scroll_settings', 'my_theme_infinite_scroll_settings' );
Related Posts:
- Isotope with Infinite Scroll
- Jetpack infinite scroll not working on twentysixteen custom theme
- Infinite scroll function for Twenty Seventeen
- Jetpack Infinite Scroll, Isotope and ImagesLoaded
- How to disable Jetpack modules such as Stats?
- Cannot activate Jetpack on my server
- Jetpack Infinite Scrolling For Multiple Columns On Same Page?
- Custom Loop and Infinite Scroll
- Popular posts by view with Jetpack
- Gravatar Hovercards (Jetpack) jQuery error
- Jetpack – stats_get_csv period parameter
- Using stats_get_csv to return a list of popular posts by views with thumbnails
- Jetpack infinite scroll render – make different depending on post type?
- Jetpack Infinite scroll conflicting with theme’s pre_get_posts custom posts_per_page
- How do I update the site URL used by Jetpack subscribe widget [closed]
- Jetpack infinite scroll not working on Twenty Twelve [closed]
- Can’t connect to my WordPress website using Windows 8 app?
- What does this number represent in JetPack stats? [closed]
- I have a self hosted blog but now the WordPress.com stats plugin has stopped working
- jetpack suddendly stopped working [closed]
- Exclude Post Type from Jetpack Infinite Scroll
- Jetpack social icons in other places on site
- Why I can’t modified jetpack default blank.jpg on og:image?
- How to remove WordPress’ Jetpack plugin completely? [duplicate]
- How do I remove quantcast from my sites?
- Customizing JetPack Publicize Sharing
- how to get jetpack’s infinite scroll to work with woocommerce?
- Changing sort order for presentation by Jetpack infinite scroll
- Change $content_width based on screen size (functions.php)
- infinite-scroll for 2 fixed height containers
- Jetpack button location buffering [closed]
- Redirect to another page using contact form 7? [closed]
- Does Jetpack conflicts with load_template()?
- Hide Jetpack for Contributor [closed]
- How do i import email addresses into WordPress.com subscriptions? [closed]
- Hiding Jetpack Ads from users who are signed in?
- Remove Jetpack infinite-wrap
- How to allow users to write jetpack custom post types? [closed]
- Missing Jetpack Contact Form button when running locally [closed]
- Jetpack Infinite Scroll won’t fire [closed]
- Why does Jetpack insert it’s script outside the tag?
- Updating shortlinks from staging [closed]
- Jetpack Publicize and Android
- How can I get the Jetpack Image plugin to open links in a new window? [closed]
- Infinite Scroll on Self-hosted WordPress [closed]
- How to remove Stats by jetpack dashboard widget?
- Publicize in Jetpack stopped working on Custom Post Type it works in Blog Posts
- Jetpack Top post widget (display post views)
- Unable to setup jetpack on my site
- Where does Jetpack store markdown?
- The plugin jetpack/jetpack.php has been deactivated due to an error: Plugin file does not exist
- Jetpack URL shortening, fixing after website URL change
- Jetpack Infinite Scroll Not Working
- how to disable jetpack for non admins?
- Popular posts – based on pageviews
- Implementing backbone.js to retrieve category posts using JSON API
- Jetpack email sharing button to include image on email sent
- Is there a way to enable a Jetpack module via `functions.php`
- Pageview confusion [closed]
- query posts only works on the first page
- Force Jetpack to not use og:image tag for favicon / Site Icon [closed]
- Using Jetpack to track an Ajax powered blog [closed]
- Jetpack: Access visitor stats in templete
- Is “Featured Content” in Twenty Fourteen done with a plugin, or is it native in WP4.0?
- Trying to get custom post meta through Jetpack JSON API [closed]
- ‘Lazy loading’ list of posts with pagination
- Setting Login with User Name and Password default option for Jetpack Admin Login
- Allow latex in wordpress excerpt
- Infinite Scroll not working in own theme
- Optimizing Jetpack for WordPress [closed]
- Jetpack Upgrade fails with WP CLI [closed]
- Jetpack API for WordPress Network
- Jetpack’s photon causes local site to try and serve images from WordPress CDN [closed]
- Init plugin again after ajax call finish
- How to prepare the back button action to deal with infinite scroll?
- Incorrect url for sharing blog on linkedin [closed]
- Jetpack CSS .screen-reader-text breaks mobile menu [closed]
- When someone likes an article on my blog, they are prompted to log in on WordPress.com [closed]
- Cropping images from top center using Jetpack Photon
- Passing PHP Variables to AJAX Loaded Pages
- Different page template for paginated content?
- Turn off auto 301 on archive pages? [closed]
- Sharing Buttons not Working – Sharing Settings [closed]
- JetPack comment threads are displaying above comment box? [closed]
- Why may one avoid Jetpack plugin? [closed]
- Shortcode not working in Jetpack Top Posts & Pages widget
- Infinite Scroll appending Next Product Category Term pages
- Jetpack Lazy load images fade in
- mydomain.com/wp-login redirects to wordpress.com/wp-login
- Fetching WP.me shortlinks for posts using WP Rest API
- Load next post by ID on a single page
- How do plugin updates work?
- Adding unique marketing messages between certain products whilst using isotope/Infinite Scroll
- How can I stop Jetpack mobile theme from using full size featured images?
- How To Remove The Filter That Adds JetPack Related Content To Dom [closed]
- Jetpack ‘Blog Subscription’ widget doesn’t add emails to
- Infinite Scroll applied to ajax loaded content
- Delete old JetPack Site Stats? encrypted_search_terms in top search terms [closed]
- Footnotes with dynamic title attributes?
- How to make infinite scroll by dividing the content?