Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save flexseth/2f0c8c0a318f74962ccb751e2a94add3 to your computer and use it in GitHub Desktop.
Save flexseth/2f0c8c0a318f74962ccb751e2a94add3 to your computer and use it in GitHub Desktop.
Add Jetpack's Infinite Scroll support to Genesis Sample child theme
<?php
add_theme_support( 'infinite-scroll', array(
'container' => 'genesis_entry_content',
'footer' => 'genesis_entry_footer',
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment