テンプレート

公式サイト:

Template Hierarchy | WordPress Developer Resources [Official]

テンプレートタグ

参考:

Template Tags | WordPress Codex [Official]

概要

参考:

テンプレート入門 | WordPress Codex 日本語版

テンプレートタグ

参考:

テンプレートタグ | WordPress Codex 日本語版

インクルードタグ

参考:

インクルードタグ | WordPress Codex 日本語版

投稿のタイトルを出力/取得する

  • wp_title
  • the_title
  • get_the_title

参考:

投稿のタイトルを取得/表示する | The WordPress Press

the_title() と get_the_title() の違い | cly7796.net

wp_title | WordPress Codex 日本語版

the_title | WordPress Codex 日本語版

wp_title() | WordPress Developer Resources [Official]

wp_title – Hook | WordPress Developer Resources [Official]

the_title() | WordPress Developer Resources [Official]

get_the_title() | WordPress Developer Resources [Official]

the_title – Hook | WordPress Developer Resources [Official]

タイトルタグ (title)

参考:

title タグの出力/add_theme_support(‘title-tag’) | Web Design Leaves

wp_title は非推奨!title タグにタイトルを出力する方法 | Tech dig

wp_title – ページのタイトルを出力する関数 | 星月 WEB デザイン

スタイルシート (CSS)

こちらのページを参照

参考:

テンプレート階層に応じたスタイルシートを出力する方法 | Standing on the Shoulder of Linus

バージョン情報

WordPress のバージョンを取得するには、次のいずれかを用いる。

  • get_bloginfo('version')
  • global $wp_version

参考:

Get WordPress Version | WP Theming

get_template_part

参考:

WordPress で任意のテンプレート (共通パーツなど) をインクルードする – Qiita

任意のテンプレートパーツを読み込む関数 get_template_part() の使い方 | 株式会社オンズ

get_template_part 関数で独自のテンプレートをインクルードする | わーどしゅーぷれす

get_template_part 関数の使い方/他のテンプレートパーツを呼び出し/埋め込む方法を実例で解説 | Proぐらし

get_template_part() に引数として任意の変数を渡せるようになった | WWW クリエイターズ

get_template_part() で変数を受け渡す方法 | ハシウェブ

get_template_part | WordPress Codex 日本語版

get_template_part() | WordPress Developer Resources [Official]

include

参考:

WordPress で PHP ファイルをインクルードする方法 | Offise Kondo

子テーマに設置したファイルをインクルードする方法 | Offise Kondo

include 関数について | はじめての WordPress まとめ

WordPress 内で任意のファイルをインクルードする方法 | RU DESIGN

locate_template

参考:

WordPress で特定のファイルを読み込む場合には locate_template をよく使っています | 今村だけがよくわかるブログ

functions.php の中をファイル分けし管理しやすくしてみましょう | RU DESIGN

locate_template | WordPress Codex 日本語版

locate_template() | WordPress Developer Resources [Official]

ファイルを読み込む

PHP
WordPress

参考:

WordPress でテンプレートファイルをロードする5つの方法とその違い – Qiita

include、require、get_template_part() などの違い | BLOG AND DESTROY

PHP の include 文と require 文の違い | UX MILK

5 Ways to Include Template Files in WordPress | Deluxe Blog Tips

まとめ

参考:

ループで使うテンプレートタグや関数 | Web Design Leaves

テンプレート関係の関数 | Web Design Leaves

ドキュメント

テンプレート階層 | WordPress Codex 日本語版

General Templete Tags

コード:

general-template.php at 5.9.1 · WordPress/WordPress – GitHub

記事をシェアする:
タグ:

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

Protected by reCAPTCHA