'content', 'footer_widgets' => 'infinite_scroll_has_footer_widgets', 'footer' => 'page', ) ); } add_action( 'after_setup_theme', 'chalkboard_infinite_scroll_setup' ); function infinite_scroll_has_footer_widgets() { if ( is_active_sidebar( 'footer-sidebar-1' ) || is_active_sidebar( 'footer-sidebar-2' ) || is_active_sidebar( 'footer-sidebar-3' ) || jetpack_is_mobile( '', true ) && is_active_sidebar( 'sidebar-1' ) ) return true; return false; }