Current File : /home/honehdyv/readbtooom.com/wp-content/themes/toivo-lite/inc/jetpack.php |
<?php
/**
* Jetpack Compatibility File
* See: http://jetpack.me/
*
* @package Toivo Lite
*/
/**
* Add theme support for Infinite Scroll.
* See: http://jetpack.me/support/infinite-scroll/
*/
function toivo_lite_jetpack_setup() {
/* Add support for infinite scroll. */
add_theme_support( 'infinite-scroll', array(
'container' => 'main',
'footer' => 'page',
'footer_widgets' => 'subsidiary'
) );
}
add_action( 'after_setup_theme', 'toivo_lite_jetpack_setup' );