HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
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(); ?>