Your IP : 3.16.215.60


Current Path : /var/www/html/wp-content/themes/church-event/
Upload File :
Current File : /var/www/html/wp-content/themes/church-event/index.php

<?php
/**
 * Catch-all template
 *
 * @package wpv
 * @subpackage church-event
 */



$format = get_query_var('format_filter');
$title = $format? sprintf(__('Post format: %s', 'church-event'), $format) :
				  __('Blog', 'church-event');
get_header();
?>
<div class="row page-wrapper">
	<?php VamtamTemplates::left_sidebar() ?>

	<article <?php post_class(VamtamTemplates::get_layout()) ?>>
		<?php
		global $wpv_has_header_sidebars;
		if( $wpv_has_header_sidebars) {
			VamtamTemplates::header_sidebars();
		}
		?>
		<div class="page-content">
			<?php get_template_part( 'loop', 'index' ); ?>
		</div>
	</article>

	<?php VamtamTemplates::right_sidebar() ?>
</div>
<?php get_footer(); ?>