Loops

__( ‚Previous page‘, ‚twentysixteen‘ ),
’next_text‘ => __( ‚Next page‘, ‚twentysixteen‘ ),
‚before_page_number‘ => ‚‚ . __( ‚Page‘, ‚twentysixteen‘ ) . ‚ ‚,
) );

// If no content, include the „No posts found“ template.
else :
get_template_part( ‚template-parts/content‘, ’none‘ );

endif;
?>