Server IP : 49.212.180.16 / Your IP : 3.15.7.195 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_531/ |
Upload File : |
<?php get_header(); ?> <div id="contents" class="clearfix"> <div id="main"> <?php if (have_posts()) : ?> <h2><?php _e('Search') ?></h2> <p>「<?php echo $_GET['s'] ?>」の検索結果</p> <?php while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <h3 class="posttitle"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h3> <div class="postentry"> <?php the_excerpt(); ?> </div> <div class="postmetadata"> <?php _e('Posted on') ?> <?php the_time('jS F Y, h:i a ') ?> <?php _e('under') ?> <?php the_category(', ') ?> <?php if( function_exists('the_tags') ) the_tags(__('. Tagged '), ', ', '.'); ?> </div> </div> <?php endwhile; ?> <div class="navigation"> <div class="alignleft"><?php next_posts_link(__('« Previous Entries')) ?></div> <div class="alignright"><?php previous_posts_link(__('Next Entries »')) ?></div> </div> <?php else : ?> <div class="post"> <h2 class="posttitle"><?php _e('Not Found') ?></h2> <div class="postentry"><p><?php _e('Sorry, no posts matched your criteria.'); ?></p></div> </div> <?php endif; ?> </div> <!-- / メイン --> <?php get_sidebar(); ?> <?php get_footer(); ?>