MENU

get_home_template

現在あるいは親テンプレート内のホームテンプレートのパスを取得します。

最初に’index.php’にフォールバックする前に’home.php’の検索を試みます。

Retrieve path of home template in current or parent template.

Attempts to locate ‘home.php’ first before falling back to ‘index.php’.

目次

get_home_templateのファンクションタグ使用方法

[php][/php]

get_home_templateのパラメーター

None.

戻り値

(string)
現在あるいは親テンプレート内のホームテンプレートのパスを取得します。

(string)
Returns path of home template in current or parent template.

注釈

  • Uses: apply_filters() Calls ‘home_template’ on file path of home template.
  • Uses: locate_template() on ‘home.php’ and ‘index.php’.

変更ログ

Since: 1.5.0

ソースファイル

get_home_template() is located in wp-includes/theme.php.

よかったらシェアしてね!
  • URLをコピーしました!

この記事を書いた人

WordPress Love! 休日はほぼWordPress仲間と一緒に勉強会や写真を撮りに行っています。現在育児中のため、オフが多いです(>△<<<)

コメント

コメントする

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください

目次