'airinblog-id-cat-box', 'render' => 'airinblog_fun_infinite_scroll', 'footer' => 'page', 'wrapper' => false )); // Add theme support for Responsive Videos add_theme_support('jetpack-responsive-videos'); } add_action('after_setup_theme', 'airinblog_fun_jetpack_setup'); // Custom render function for Infinite Scroll function airinblog_fun_infinite_scroll() { $thumb_par = airinblog_fun_post_thumb_par('cat'); while (have_posts()) { the_post(); get_template_part('template-parts/content-archive', null, array('thumb_par' => $thumb_par)); } } // Support Infinite Scroll // https://jetpack.com/support/infinite-scroll/