Your IP : 3.133.131.180


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/single-cpo_service.php

<?php get_header(); ?>

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

<div id="main" class="main">
	<div class="container">
		<?php cpotheme_post_media( get_the_ID(), 'image' ); ?>
		<section id="content" class="content">
			<?php do_action( 'cpotheme_before_content' ); ?>
			<?php
			if ( have_posts() ) {
				while ( have_posts() ) {
					the_post();
					?>
				<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
					<div class="page-content">
						<?php the_content(); ?>
					</div>
					<?php cpotheme_post_pagination(); ?>
					<div class="clear"></div>
				</div>
				<?php } ?>
			<?php } ?>

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

<?php get_footer(); ?>