Created
July 10, 2019 22:28
-
-
Save flexseth/2f0c8c0a318f74962ccb751e2a94add3 to your computer and use it in GitHub Desktop.
Add Jetpack's Infinite Scroll support to Genesis Sample child theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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