home/quizenacom/public_html/wp-content/themes/twentysixteen/archive.php 0000644 00000003714 15237752407 0022641 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;
?>
home/quizenacom/public_html/wp-content/themes/razzi/archive.php 0000644 00000003076 15240021265 0021030 0 ustar 00
open('primary_content',[
'attr' => [
'id' => 'primary',
'class' => 'content-area',
],
'actions' => false,
]);
?>
open('posts_content',[
'attr' => [
'class' => 'razzi-posts__wrapper',
],
'actions' => true,
]);
?>