Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | function strip_infinite_scroll_setup() { |
||
15 | add_theme_support('infinite-scroll', array( |
||
|
|||
16 | 'container' => 'content', |
||
17 | 'footer' => 'page', |
||
18 | 'type' => 'scroll', |
||
19 | 'footer_widgets' => false, |
||
20 | 'container' => 'content', |
||
21 | 'wrapper' => true, |
||
22 | 'render' => false, |
||
23 | 'posts_per_page' => false, |
||
24 | )); |
||
38 |