File Editor
Directories:
.. (Back)
admin
Files:
customizer.php
extras.php
hooks.php
jetpack.php
template-tags.php
Create New File
Create
Edit File: jetpack.php
<?php /** * Jetpack Compatibility File * Add theme support for Infinite Scroll. * See: http://jetpack.me/support/infinite-scroll/ */ function zerif_jetpack_setup() { add_theme_support( 'infinite-scroll', array( 'container' => 'main', 'footer' => 'page', ) ); } add_action( 'after_setup_theme', 'zerif_jetpack_setup' );
Save Changes
Rename File
Rename