Server IP : 49.212.180.16 / Your IP : 3.19.74.8 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_search()) : ?> <h2 class="title first"><span>『<?php the_search_query(); ?>』の検索結果<?php if (get_query_var('paged')) echo ' | '. get_query_var('paged') .'ページ目'; ?></span></h2> <?php endif; ?> <?php if (have_posts()) :?> <div class="news"> <?php while (have_posts()) : the_post(); ?> <article id="post-<?php the_ID(); ?>"> <header> <p><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><span><?php the_title(); ?></span></a> </header> </article> <?php endwhile; ?> </div> <?php else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?> <?php endif; ?> <?php cTpl_pc004_white_content_nav( 'nav-below' ); ?> <?php get_footer(); ?>