File: /virtual/nagasaki/public_html/shop/wp-content/themes/riffles_ver1.1/404.php
<?php
/**
* @package Riffles
* @link http://www.u-hg.com/
* @author RiffleHatch
* @copyright Copyright (c)2014 RiffleHatch
*/
get_header(); ?>
<div class="row clear">
<div id="primary" class="content-area col col-8 tablet-col-8 mobile-full">
<main id="main" class="site-main" role="main">
<section class="error-404 not-found">
<header class="page-header">
<h1 class="page-title"><?php _e( 'ページが見つかりません。', 'riffles' ); ?></h1>
</header><!-- .page-header -->
<div class="page-content">
<p><?php _e( 'お探しのページが見つかりませんでした。サーチフォームを利用して探してみて下さい。', 'riffles' ); ?></p>
<?php get_search_form(); ?>
<?php
/* translators: %1$s: smiley */
$archive_content = '<p>' . sprintf( __( 'Try looking in the monthly archives. %1$s', 'riffles' ), convert_smilies( ':)' ) ) . '</p>';
the_widget( 'WP_Widget_Archives', 'dropdown=1', "after_title=</h2>$archive_content" );
?>
<?php the_widget( 'WP_Widget_Tag_Cloud' ); ?>
</div><!-- .page-content -->
</section><!-- .error-404 -->
</main><!-- #main -->
</div><!-- #primary -->
<?php if ( is_active_sidebar( 'sidebar-3' ) ) : ?>
<div id="secondary" class="widget-area col col-4 tablet-col-4 mobile-full" role="complementary">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</div><!--.widget-area -->
<?php endif; ?>
</div><!-- row -->
<?php get_footer(); ?>