__( ‚Previous page‘, ‚twentysixteen‘ ),
’next_text‘ => __( ‚Next page‘, ‚twentysixteen‘ ),
‚before_page_number‘ => ‚ ‚,
) );
// If no content, include the „No posts found“ template.
else :
get_template_part( ‚template-parts/content‘, ’none‘ );
endif;
?>