Your IP : 216.73.216.5


Current Path : /home/theafprt/conviviality360.com/wp-content/themes/alexandria/inc/
Upload File :
Current File : /home/theafprt/conviviality360.com/wp-content/themes/alexandria/inc/jetpack.php

<?php
/**
 * Jetpack Compatibility File
 * See: http://jetpack.me/
 *
 * @package alexandria
 */

/**
 * Add theme support for Infinite Scroll.
 * See: http://jetpack.me/support/infinite-scroll/
 */
function alexandria_jetpack_setup() {
	add_theme_support( 'infinite-scroll', array(
		'container' => 'content',
		'footer'    => 'page',
	) );
}
add_action( 'after_setup_theme', 'alexandria_jetpack_setup' );