リファレンス– tag –
-
テーマに関するその他のタグ
get_paged_template
現在または親のテンプレートでページテンプレートのパスを取得します。 Retrieve path of paged template in current or parent template. get_paged_templateのファンクションタグ使用方法 [php][/php] get_paged_templateのパラメーター None. 戻り値 (s... -
テーマに関するその他のタグ
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_... -
ページタグ
page_uri_index
ページURLの全てのページ及び添付ファイルを読み出します。 添付ファイルは親としてページを持ち、取得されるためのものです。 Retrieve all pages and attachments for pages URIs. The attachments are for those that have pages as parents and will b... -
ページタグ
get_pages
この関数はブログで定義されている全てのページのリストを取得するために使用します。基本的にget_pagesはページの配列を与えて、配列はツリー状ではありません。ツリー状のような方法でページタイトルの出力のために、wp_list_pages()テンプレートを参照...