Your IP : 216.73.216.196


Current Path : /home/icmq6107/clients/naddaf/wp-content/themes/crowdngo/template-posts/layouts/
Upload File :
Current File : /home/icmq6107/clients/naddaf/wp-content/themes/crowdngo/template-posts/layouts/list.php

<?php
	$columns = crowdngo_get_config('blog_columns', 1);
	$bcol = floor( 12 / $columns );
?>
<div class="layout-posts-list">
    <?php while ( have_posts() ) : the_post(); ?>
        <?php get_template_part( 'template-posts/loop/inner-list' ); ?>
    <?php endwhile; ?>
</div>