Current File : /home/pacjaorg/wpt.pacja.org/copwordpres/wp-content/themes/fasterly/single.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(); ?>
<?php get_template_part('template-parts/content','page'); ?>
<?php endwhile; ?>
<?php endif; ?>
<?php comments_template( '', true ); // show comments ?>
</div>
<?php get_sidebar(); ?>
</div>
</div>
</section>
<?php get_footer(); ?>