DIR: /var/www/2of3/wp-content/themes/author_template_1747135695/inc/ |
Current File : /var/www/2of3/wp-content/themes/author_template_1747135695/inc/jetpack.php |
<?php /** * Jetpack Compatibility File * See: http://jetpack.me/ * * @package tonal */ function tonal_jetpack_setup() { /** * Add theme support for Infinite Scroll. * See: http://jetpack.me/support/infinite-scroll/ */ add_theme_support( 'infinite-scroll', array( 'container' => 'main', 'footer' => 'page', ) ); /** * Add theme support for Responsive Videos. */ add_theme_support( 'jetpack-responsive-videos' ); } add_action( 'after_setup_theme', 'tonal_jetpack_setup' ); |