トップに新着情報を追加

テーマのindex.phpに下の分を入れたい位置に挿入する

<?php
$myposts = get_posts(‘numberposts=5&category=3’);    // 件数&カテゴリIDを指定
foreach($myposts as $post) :
?>
        <?php echo date(“Y年m月d日”, strtotime($post->post_date)); ?>&nbsp;
        <a href=”<?php the_permalink(); ?>” id=”post-<?php the_ID(); ?>”><?php the_title(); ?></a>
<br />
<?php endforeach; ?>
<?php /* ▲更新情報ここまで */ ?>

関連記事

Profile

profile画像「帽子の上にいるわんこ(2017/6/3)」
T.Sugita
生息地:愛知県岡崎市

月別アーカイブ

ページ上部へ戻る