今表示しているページは投稿詳細ページ です 

(2024/01/22/03)

index.phpへ直書きしていた文章をそのまま時系列で投稿に移動しました。今後も実験内容は投稿にアップしていきます。なおindex.phpには投稿を表示するようひとまず以下のコードを記載しておきました。きちんと表示されると良いのですが。

<?php if (have_posts()):
              while (have_posts()) :
                 the_post();
                 the_content();
              endwhile;
           endif; ?>
<?php previous_post_link(); ?>
<?php next_post_link(); ?>

single.phpが効いてます

« トップページへ »

固定ページ

single.php

今後の予定

(2024/01/22/03)

(2024/01/23/02)