Your IP : 3.136.18.121


Current Path : /home/church/public_html/paradigmmar.com/wp-content/themes/paradigmmar/
Upload File :
Current File : /home/church/public_html/paradigmmar.com/wp-content/themes/paradigmmar/archive.php

<?php get_header(); ?>

<?php get_template_part( 'template-parts/element', 'page-header' ); ?>

<div id="main" class="main">
	<div class="container">		
		<section id="content" class="content">
			<?php do_action( 'cpotheme_before_content' ); ?>
			<?php $description = term_description(); ?>
			<?php if ( '' != $description ) : ?>
			<div class="page-content">
				<?php echo $description; ?>
			</div>
			<?php endif; ?>

			<?php if ( have_posts() ) : ?>
			<?php
			if ( is_author() ) {
				cpotheme_author();}
?>
			<?php
			while ( have_posts() ) :
				the_post();
?>
			<?php get_template_part( 'template-parts/element', 'blog' ); ?>
			<?php endwhile; ?>
			<?php cpotheme_numbered_pagination(); ?>
			<?php endif; ?>

			<?php do_action( 'cpotheme_after_content' ); ?>
		</section>
		<?php get_sidebar(); ?>
		<div class="clear"></div>
	</div>
</div>

<?php get_footer(); ?>