記事詳細作成|WordPress

  • wordpress

htmlで作成したsingle.htmlをsingle.phpに書き換え。

ヘッダーなど共通箇所はテンプレートタグを記述。

記事取得箇所へ下記を貼り付け。

<?php while (have_posts()) : the_post(); ?>

<div class=”post”>

<time datetime=””><?php the_time(‘Y.m.d’); ?></time>

<h2 class=”ttl”><?php the_title(); ?></h2>

<?php the_content(); ?>

</div>

<?php endwhile; ?>

BLOG TOP

CONTACT

当サイトをご訪問いただき有難うございます。
お問い合わせ・ご依頼はこちら。

CONTACT
~