Server IP : 49.212.180.16 / Your IP : 18.191.5.237 Web Server : Apache System : FreeBSD www2606.sakura.ne.jp 13.0-RELEASE-p14 FreeBSD 13.0-RELEASE-p14 #2: Mon Dec 9 13:54:55 JST 2024 root@www5301.sakura.ne.jp:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 User : utannto ( 1076) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/utannto/www/hironaka.biz/wp-content/themes/cloudtpl_955/ |
Upload File : |
<?php get_header(); ?> <div id="wrapper"> <div id="content"> <section> <?php if ( is_category() ) : ?> <h2 class="title first"><span><?php single_cat_title(); ?></span></h2> <?php elseif (is_day()) : ?> <h2 class="title first"><span><?php the_time('Y/m/d'); ?></span></h2> <?php elseif (is_month()) : ?> <h2 class="title first"><span><?php the_time('Y/m'); ?></span></h2> <?php elseif (is_year()) : ?> <h2 class="title first"><span><?php the_time('Y'); ?></span></h2> <?php elseif (isset($_GET['paged']) && !empty($_GET['paged'])) : ?> <h2 class="title first"><span>Blog Archives</span></h2> <?php endif; ?> <?php get_template_part('module_loop'); ?> </section> <?php cTpl_pc004_white_content_nav('nav-below'); ?> <?php get_footer(); ?>