__( 'Previous page', 'twentyfifteen' ),
'next_text' => __( 'Next page', 'twentyfifteen' ),
/* translators: Hidden accessibility text. */
'before_page_number' => '' . __( 'Page', 'twentyfifteen' ) . ' ',
)
);
// If no content, include the "No posts found" template.
else :
get_template_part( 'content', 'none' );
endif;
?>