Skip to content

Instantly share code, notes, and snippets.

@ejntaylor
Last active August 29, 2015 14:27
Show Gist options
  • Save ejntaylor/ade24ee62d986fc1a1a1 to your computer and use it in GitHub Desktop.
Save ejntaylor/ade24ee62d986fc1a1a1 to your computer and use it in GitHub Desktop.
Layers - Jetpack Infinite Scroll Support (attempts)
<?php
// infinite scroll support
add_theme_support( 'infinite-scroll', array(
'container' => 'content',
'footer' => true,
'wrapper' => true,
'type' => 'click',
'render' => 'vets_posts_archive',
'posts_per_page' => 7,
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment