テーマ関連のその他のファンクションタグ– tag –
-
テーマに関するその他のタグ
get_locale_stylesheet_uri
ローカライズされたスタイルシートのURIを取得します。 ローカライズされたスタイルシートファイルのスタイルシートディレクトリーは、デフォルトでは、ベーステーマのディレクトリー内に配置されています。場所のファイルの名前は、'.css'で続いた場所に... -
テーマに関するその他のタグ
get_header_textcolor
カスタムヘッダーのテキスト色を取得します。 Retrieve text color for custom header. get_header_textcolorのファンクションタグ使用方法 [php][/php] get_header_textcolorのパラメーター None. 戻り値 (string) 例 注釈 Uses: HEADER_TEXTCOLOR 変更ロ... -
テーマに関するその他のタグ
get_home_template
現在あるいは親テンプレート内のホームテンプレートのパスを取得します。 最初に'index.php'にフォールバックする前に'home.php'の検索を試みます。 Retrieve path of home template in current or parent template. Attempts to locate 'home.php' first ... -
テーマに関するその他のタグ
get_date_template
現在あるいは親テンプレート内の日付テンプレートのパスを取得します。 Retrieve path of date template in current or parent template. get_date_templateのファンクションタグ使用方法 [php][/php] get_date_templateのパラメーター None. 戻り値 (stri... -
テーマに関するその他のタグ
get_header_image
カスタムヘッダーのヘッダー画像を取得します。 Retrieve header image for custom header. get_header_imageのファンクションタグ使用方法 [php][/php] get_header_imageのパラメーター None. 戻り値 (string) ヘッダー画像パスを返します。 空の文字列は... -
テーマに関するその他のタグ
get_comments_popup_template
現在あるいは親テンプレート内のコメントポップアップテンプレートのパスを取得します。 親テンプレート内に存在する場合、現在のテンプレート内のコメントポップアップテンプレートをチェックします。存在しない場合、その時はデフォルトテーマからcommen... -
テーマに関するその他のタグ
get_404_template
現在または親テンプレート内の404テンプレートのパスを取得します。 Retrieve path of 404 template in current or parent template. get_404_templatのファンクションタグ使用方法 [php][/php] get_404_templatのパラメーター None. 戻り値 (string) get_... -
テーマに関するその他のタグ
get_current_theme
現在のテーマ名を取得します。 Retrieve the name of the current theme. get_current_themeのファンクションタグ使用方法 [php][/php] get_current_themeのパラメーター None. 返り値 (string) テンプレート名 (string) Template name. 例 現在のテーマ名... -
テーマに関するその他のタグ
get_category_template
現在または親テンプレート内にカテゴリテンプレートのパスを取得します。 現在のカテゴリIDを取得することにより動作します。例えば'category-1.php'やカテゴリーIDファイルが存在しない場合のcategory.phpテンプレートにフォールバックします。 Retrieve ... -
テーマに関するその他のタグ
get_author_template
現在あるいは親テンプレート内に、著者テンプレートのパスを取得します。 Retrieve path of author template in current or parent template. get_author_templateのファンクションタグ使用方法 [php][/php] get_author_templateのパラメーター なし None....
12