home/quizenacom/public_html/wp-content/themes/twentysixteen/search.php 0000644 00000002732 15237752347 0022467 0 ustar 00
__( '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;
?>