Current File : /home/kelaby89/sergio-cuchi.tattoo/wp-content/themes/maori/index.php
<?php get_header(); ?>
<div class="maori-page-title">
    <h1>
        <?php
        if ( is_home() && ! is_front_page() ) {
            single_post_title();
        } else { 
            esc_html_e( 'Blog', 'maori' ); 
        } 
        ?>
    </h1>
</div>
<?php while(have_posts()) : the_post(); ?>
<?php get_template_part( 'templates/post', 'template'); ?>
<?php endwhile; ?>
<?php if ( (get_next_posts_link()) || (get_previous_posts_link())) : ?>
<div class="maori-pager">
    <?php maori_pagination(); ?>
</div> 
<div class="clearfix"></div>    
<?php endif; ?>
<?php get_footer(); ?>
Page not found – Hello World !