<?php /** * Jetpack Compatibility File * See: http://jetpack.me/ * * @package Milestone Lite */ /** * Add theme support for Infinite Scroll. * See: http://jetpack.me/support/infinite-scroll/ */ function milestone_lite_jetpack_setup() { add_theme_support( 'infinite-scroll', array( 'container' => 'main', 'footer' => 'page', ) ); } add_action( 'after_setup_theme', 'milestone_lite_jetpack_setup' );
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
about-themes.php | File | 3.46 KB | 0644 |
|
custom-header.php | File | 1.16 KB | 0644 |
|
customizer.php | File | 10.21 KB | 0644 |
|
extras.php | File | 1.25 KB | 0644 |
|
jetpack.php | File | 435 B | 0644 |
|
template-tags.php | File | 2.95 KB | 0644 |
|