Last active
February 27, 2016 05:21
-
-
Save vishalbandre/a77b1a396aa170c5517d to your computer and use it in GitHub Desktop.
This file contains 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
add_theme_support( 'infinite-scroll', array( | |
'type' => 'scroll', | |
'footer_widgets' => false, | |
'container' => 'content', | |
'wrapper' => true, | |
'render' => false, | |
'posts_per_page' => false, | |
)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment