%PDF- %PDF-
| Direktori : /home/casasdemontanacr/public_html/wp-content/themes/honma/ |
| Current File : /home/casasdemontanacr/public_html/wp-content/themes/honma/front-page.php |
<?php
/**
*
* @package Honma
*/
get_header();
if ( have_posts() ) :
if ( 'posts' == get_option( 'show_on_front')) {
?>
<div id="content">
<div class="container">
<div class="shadow_block">
<div class="inner_page clearfix sidebar_right">
<div class="page_section">
<div class="gutter">
<h2><?php _e( 'Blog', 'honma' ); ?></h2><hr>
<?php while (have_posts()) : the_post(); ?>
<?php get_template_part( 'content', 'posts'); ?>
<?php endwhile; ?>
<hr class="separe" />
<span class="prev"><?php next_posts_link(__('Previous Posts', 'honma')) ?></span>
<span class="next"><?php previous_posts_link(__('Next posts', 'honma')) ?></span>
</div>
</div>
<?php get_sidebar(); ?>
</div>
</div>
</div>
</div>
<?php } else { ?>
<?php
get_template_part( 'content', 'home' );
?>
<?php }
endif;
get_footer(); ?>