'load-more', 'footer_widgets' => false, 'wrapper' => true, 'render' => array( __CLASS__, 'render' ) ) ); } /** * Load more posts in infinity scroll * * @static * @access public * @since 1.0.0 * * @package BizSmart WordPress Theme */ public static function render() { while (have_posts()) { ?>