'
' . esc_html__( 'Pages:', 'bistro-lite' ) . '',
'after' => '
',
'link_before' => '
',
'link_after' => '',
'pagelink' => '
' . esc_html__( 'Page', 'bistro-lite' ) . ' %',
'separator' => '
, ',
) );
endwhile;
// Previous/next post navigation.
the_posts_pagination( array(
'mid_size' => 2,
'prev_text' => esc_html__( 'Back', 'bistro-lite' ),
'next_text' => esc_html__( 'Next', 'bistro-lite' ),
) );
else :
// If no content, include the "No posts found" template.
get_template_part( 'no-results', 'index' );
endif;
?>