0
私のページには、ヘッダーとフッター以外のコンテンツが表示されていません。私がレイアウトしている方法とは思っていますが、 。あなたはwhile
文を忘れてしまったWordPressのカスタムテーマ、なぜ私のコンテンツがページに表示されないのですか
のindex.phpとpage.php
<?php get_header(); ?>
<?php if(have_posts()) : the_post(); ?>
<?php the_content(); ?>
<?php endif; ?>
<?php get_footer(); ?>
' '? –
smoqadam
あなたのテーマをこの記事[ここ](https://github.com/taniarascia/startwordpress)と比較するか、ここにコードを投稿してください – Blueblazer172
@smoqadam [the_content](https://developer.wordpress.org/reference /関数/ the_content /)はエコーを必要としません。 'get_the_content'はエコーを必要とします。 – janw