max_num_pages > 1 ) :
if ( 'infinite' === $blog_pagination ) :
ob_start();
do_action( 'responsive_pro_pagination_infinite_enqueue_script' );
?>
2,
'prev_text' => __( 'Previous', 'responsive' ),
'next_text' => __( 'Next', 'responsive' ),
)
);
endif;
endif;
else :
// Elementor `404` location.
if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'single' ) ) {
get_template_part( 'loop-no-posts', get_post_type() );
}
endif;
?>