single.phpが優先されません。
-
自分でテンプレート作成しようと始めたばかりなのですが
single.phpが優先されず、空のindexが表示されます。・index.php (空)
・single.php
<?php if(have_posts()):
while(have_posts()): the_post(); ?><article <?php post_class(); ?>>
<h1><?php the_title(); ?></h1>
<div class=”postinfo”>
<time datetime=”<?php echo get_the_date( ‘c’ ); ?>”>
<?php echo get_the_date(); ?>
</time>
</div><?php the_content(); ?>
</article>
<?php endwhile; endif; ?>
以上。
試したこと
1、プラグイン、過去の記事、写真全て削除した。
2、再度、アップロードした。
3、別のテーマは、singleに反応する。分かる方いましたら教えて下さい。
7件の返信を表示中 - 1 - 7件目 (全7件中)
7件の返信を表示中 - 1 - 7件目 (全7件中)
- トピック「single.phpが優先されません。」には新たに返信することはできません。