Current File : /home/pacjaorg/wpt.pacja.org/copwordpres/wp-content/themes/fasterly/archive.php
<?php
/**
 * The template for displaying archive pages.
 *
 * @link https://codex.wordpress.org/Template_Hierarchy
 *
 * @package Fasterly
 */

get_header();
?>
<section id="post-page" class="post-right-sidebar">
	<div class="container">
		<div class="row">
				<div id="fasterly-pdata" class="<?php esc_attr(fasterly_pages_layout()); ?>">
				<?php if( have_posts() ): ?>
				
					<?php while( have_posts() ) : the_post();
					
							get_template_part('template-parts/content','page'); 
							
					endwhile; ?>
					
				<?php else: ?>
				
					<?php get_template_part('template-parts/content','none'); ?>
					
				<?php endif; ?>
			</div>
			
			<?php  get_sidebar();  ?>
		</div>
	</div>
</section>
<?php get_footer(); ?>
Site is undergoing maintenance

PACJA Events

Maintenance mode is on

Site will be available soon. Thank you for your patience!