File Editor
Directories:
.. (Back)
options-framework
Files:
accesspress-functions.php
accesspress-header.php
accesspress-options.php
accesspress-plugin-activation.php
ajax.php
customizer.php
jetpack.php
more-themes.php
template-tags.php
Create New File
Create
Edit File: jetpack.php
<?php /** * Jetpack Compatibility File * See: http://jetpack.me/ * * @package accesspress_parallax */ /** * Add theme support for Infinite Scroll. * See: http://jetpack.me/support/infinite-scroll/ */ function accesspress_parallax_jetpack_setup() { add_theme_support( 'infinite-scroll', array( 'container' => 'main', 'footer' => 'page', ) ); } add_action( 'after_setup_theme', 'accesspress_parallax_jetpack_setup' );
Save Changes
Rename File
Rename