%PDF- %PDF-
| Direktori : /home/casasdemontanacr/www/wp-content/themes/enigma/ |
| Current File : /home/casasdemontanacr/www/wp-content/themes/enigma/index.php |
<?php get_header();
get_template_part('breadcrums'); ?>
<div class="container">
<div class="row enigma_blog_wrapper">
<div class="col-md-8">
<?php if ( have_posts()):
while ( have_posts() ): the_post(); ?>
<?php get_template_part('post','content'); ?>
<?php endwhile;
endif; ?>
<?php weblizar_navigation(); ?>
</div>
<?php get_sidebar(); ?>
</div>
</div>
<?php get_footer(); ?>