'; echo ''; echo ''; } ?>

__('Prev', 'blogger-light'), 'next_text' => __('Next', 'blogger-light'), ); $pagination = get_the_posts_pagination( $args ); if ( $pagination != null ) { echo '
'; the_posts_pagination( $args ); echo '
'; } endif; else : get_template_part( 'template-parts/content', 'none' ); endif; ?>