File "archive.php"

Full path: /home/dlfchvb/www/wp-content/themes/ireca/archive.php
File size: 461 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php get_header();
do_action('ireca_open_layout');
 ?>

					
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
        <?php get_template_part( 'content/content', 'post' ); ?>
<?php endwhile; ?>
    <div class="pagination-wrapper">
        <?php ireca_pagination_theme(); ?>
	</div>
<?php else : ?>
        <?php get_template_part( 'content/content', 'none' ); ?>
<?php endif; ?>
			

<?php 
do_action('ireca_close_layout');
get_footer(); ?>