File: /home/zwafgyp/coolswim/wp-content/themes/landing-pageasy/index.php
<?php
/**
* The main template file.
*
* Used to display the homepage when home.php doesn't exist.
*/
?>
<?php get_header(); ?>
<div id="page" class="home-page">
<div class="article">
<?php if ( have_posts() ) :
$landing_pageasy_full_posts = get_theme_mod('landing_pageasy_full_posts');
while ( have_posts() ) : the_post();
landing_pageasy_archive_post();
endwhile;
landing_pageasy_post_navigation();
endif; ?>
</div><!-- .article -->
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>