トップページだけ
<?php if(is_home()): ?>
表示したい部分
<?php endif; ?>
記事ページだけ
<?php if(is_single()): ?>
表示したい部分
<?php endif; ?>
|
||||||
トップページだけ表示!! 記事ページだけ表示!!トップページだけ 記事ページだけ You must be logged in to post a comment.
|
||||||
Copyright © 2021 iPad&WordPressカスタマイズ - All Rights Reserved |