I added the render and this is the full code.
function mytheme_infinite_scroll_init() {
add_theme_support( 'infinite-scroll', array(
'container' => 'content',
'render' => 'mytheme_infinite_scroll_render',
'container' => 'content',
'posts_per_page' => 2,
) );
}
function mytheme_infinite_scroll_render() {
while( have_posts() ) {
the_post();
get_template_part( 'template-parts/content', get_post_format() );
}
}
add_action( 'init', 'mytheme_infinite_scroll_init' );
you may find a problem that the pagination is shown and you may solve it by removing it from the theme or give it style display:none
Related Posts:
- Isotope with Infinite Scroll
- Jetpack Infinite Scroll – changing number of posts
- 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
- Generate Sitemap after removing JetPack
- How to run Jetpack from localhost? [closed]
- 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
- Compatibility of MathJax extension and JetPack [closed]
- Jetpack API for WordPress Network
- Jetpack’s photon causes local site to try and serve images from WordPress CDN [closed]
- Jetpack “Connect to WordPress” serving insecure content under HTTPS
- Infinite Scroll on a loop?
- Incorrect url for sharing blog on linkedin [closed]
- Custom CSS at Appearance > Edit CSS is missing after update [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
- Is there a way to use get_sidebar() when no widgets are activated?
- Different page template for paginated content?
- Jetpack stats and caching strategy [closed]
- JetPack comment threads are displaying above comment box? [closed]
- Jetpack: Subscribe via e-mail [closed]
- Shortcode not working in Jetpack Top Posts & Pages widget
- Infinite Scroll appending Next Product Category Term pages
- WordPress mobil will not scroll
- Jetpack Lazy load images fade in
- the_content filter not working when Jetpack activated. Any idea?
- Infinite scroll doesnt work
- Problem with infinite scroll on multisite with custom query
- How do plugin updates work?
- Jetpack Mobile Theme: when on smartphone on categories the theme suddenly changes to jetpack mobile theme even though it’s deactivated
- 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?
- Visual Editor not working when Jetpack plugin is active
- How To Remove The Filter That Adds JetPack Related Content To Dom [closed]
- Failed to import File_name Invalid post type jp_pay_product
- Get post list in same category