This post is also available in: 日本語 (Japanese)
wordpressの記事やサイドバーに、指定したカテゴリ(タグも可)の記事一覧を表示することができるプラグインList category postsのテンプレートの表示カスタマイズについて、自作のテンプレートを作成して表示させるまでのメモを書いています。
List category postsのwordpress公式サイトのプラグインページに説明もあります。
(テンプレートシステムについてはページの一番最後の方)
Contents
1.wordpressテーマフォルダ内に新規でフォルダを作成する
wordpressテーマフォルダ 'wp-content/themes/your-theme-folder' 内に、新規で 'list-category-posts' フォルダを作成します。
2.List category postsのデフォルトテンプレートをコピーする
List category postsのデフォルトテンプレート(default.php)は、'wp-content/plugins/list-category-posts/templates'にあります。
3.コピーしたデフォルトテンプレートを移動してリネームする
コピーしたデフォルトテンプレート(default.php)を、手順1.にて作成した 'list-category-posts' フォルダ内に移動して、任意の名前(例えば、sample-template.php)に変更します。
4.リネームしたテンプレートファイルを編集する
手順3.にて任意の名前(例えば、sample-template.php)に変更したファイルを、お好みの表示になるようにコードを編集します。
5.List category postsのショートコードでテンプレートファイルを指定する
List category postsのショートコードで、以下のサンプルコードのように、任意の名前で作成したテンプレートファイル(例えば、sample-template.php)を指定します。
- pandas:How to get int by subtract timedelta64[ns] time inside MultiIndex 2023年9月16日
- Google Ads API:FileNotFoundError: [Errno 2] No such file or directory 2023年9月14日
- お金を増やす方法と方程式 2013年7月29日
- python:How to deal with the division of the int value becomes 0? 2023年5月3日
- python:How to Get and Convert Dates(numpy.datetime64) with Pandas 2019年10月14日