File: /virtual/nagasaki/public_html/shop/wp-content/themes/riffles_ver1.1/index.php
<?php
/**
* @package Riffles
* @link http://www.u-hg.com/
* @author RiffleHatch
* @copyright Copyright (c)2014 RiffleHatch
*/
get_header(); ?>
<main id="main" role="main">
<div class="row clear">
<div class="col col-8 tablet-col-8 mobile-full site-main">
<?php if ( have_posts() ) : ?>
<?php /* Start the Loop */ ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php
get_template_part( 'content', get_post_format() );
?>
<?php endwhile; ?>
<?php riffles_paging_nav(); ?>
<?php else : ?>
<?php get_template_part( 'content', 'none' ); ?>
<?php endif; ?>
</div>
<div id="secondary" class="widget-area col col-4 tablet-col-4 mobile-full">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</div><!-- #secondary -->
</div>
</main><!-- #main -->
<div class="row clear">
<div class=" col col-12 tablet-full mobile-full">
<?php dynamic_sidebar( 'sidebar-7' ); ?>
</div>
</div><!-- row -->
<?php get_footer(); ?>