Server IP : 49.212.180.16 / Your IP : 18.191.205.60 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 (have_posts()) : while (have_posts()) : the_post(); ?> <article id="post-<?php the_ID(); ?>" class="content"> <header> <h2 class="title first"><span><?php the_title(); ?></span></h2> <p class="dateLabel"><time datetime="<?php the_time('Y-m-d')?>"><?php the_time('Y/m/d')?></time> </header> <div class="post"> <?php the_content(); ?> </div> <?php wp_link_pages('before=<p id="pageLinks">ページ:&after=</p>'); ?> </article> <?php endwhile;?> <div class="pagenav"> <span class="prev"><?php previous_post_link( '%link', '« 前のページ' ); ?></span> <span class="next"><?php next_post_link( '%link', '次のページ »' ); ?></span> </div> <?php endif; ?> </section> <?php get_footer(); ?>