個別投稿ページで利用できるテンプレートタグまとめ
日付系タグ echoを使ったやり方 カテゴリーの表示タグ タグの表示 著者の表示 前後の記事へのリンクを表示する ページ分割した記事を表示する 日付系タグ the_date() :公開日時を表示。一覧の場合は最初の1記事しか表示されない。 the_modified_date():更新日時を表示 the_time():一覧表示で日付を表示する場合はこちらを利用 <?php the_time('Y/m/d'); ?>や <?php the_time('Y年m月d日'); ?>のように日付タグは()中にフォーマットを指定することができます。 echoを使ったやり方 <?php echo get_the_date(); ?> このようにechoを使ってgetメソッドで取得した値を表示させる方法もあります。 利点としては、the_date() と違い何度も利用できます。 カテゴリーの表示タグ the_category():カテゴリーの表示 利用例:<?php the_category(); ?> 初期表示ではリストになります。(「ねこ」と「いぬ」カテゴリに属している例) <ul class="post-categories"> <li><a [...]
Let’s Work Together
Tell me more about your project
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
