Your IP : 216.73.216.95


Current Path : /var/test/www/foundation/wp-content/themes/kallyas/framework/pagebuilder/
Upload File :
Current File : /var/test/www/foundation/wp-content/themes/kallyas/framework/pagebuilder/loop-page_builder.php

<?php get_header(); ?>

<?php
// We don't need to perform the loop as it will be made by the archive elements
if( is_archive() || is_home() ){
	do_action('zn_pb_content');
}
else{
	while ( have_posts() ) :

		the_post();

		do_action( 'zn_pb_content' );

	endwhile;
}

?>
<?php get_footer(); ?>