テンプレートタグ– category –
WordPressのテンプレートタグ解説です。WordPress*リファレンスから移植しました。
-
一般的なタグ
wp_meta
'wp_meta'アクションのためのテーマのコンテナ機能です。 'wp_meta'アクションは、あなたがそれを使用する方法に応じて、いくつかの目的を持つことができます。一例として、テーマの切り替えを可能にします。 Theme container function for the 'wp_meta' ... -
一般的なタグ
get_current_blog_id
現在のブログIDを取得します。 Retrieve the current blog id. get_current_blog_idのテンプレートタグ使用方法 [php][/php] get_current_blog_idのパラメーター なし None. 返り値 (integer) Blog id 注釈 グローバル使用:(integer) $blog_idはブログID... -
その他のタグ
site_url
site_urlテンプレートタグは、適切なプロトコルである現在のサイト(ここでは、WordPressのコアファイル)のためにサイトURLを取得し、'https'がis_ssl()と'http'の場合、上書きします。 WordPressネットワークのセットアップの場合は、network_site_url(... -
ユーザーと投稿者タグ
get_author_posts_url
現在の投稿者の著者ページのURLを取得します。 Gets the url to the author page of the author of the current post. get_author_posts_urlのテンプレートタグ使用方法 [php][/php] get_author_posts_urlのパラメーター 問題の著者を識別するために著者の... -
一般的なタグ
get_admin_url
特定のサイトの管理領域へのURLを取得します。 Retrieve the url to the admin area for a given site. get_admin_urlのテンプレートタグ使用方法 [php][/php] get_admin_urlのパラメーター $blog_id (int) (optional) (optional)ブログIDです。デフォルト... -
カスタムタクソノミータグ
the_terms
カスタムタクソノミーのタームを表示します。 Displays the terms of a custom taxonomy. the termsのテンプレートタグ使用方法 [php] [/php] the termsのパラメーター $id (int) 投稿IDです。 (int) Post ID. $taxonomy (string) タクソノミー名です。 (s... -
カスタムタクソノミータグ
the_taxonomies
このテンプレートタグは、投稿IDを指定せずに記事のタクソノミーを表示するためにループ内で使用することができます。また、特定のポストのタクソノミーを表示するために、ループ外で使用することができます。 This template tag can be used within The L... -
クエリータグ
rewind_posts
ループの記事を巻き戻します。 Rewind the loop posts. rewind_postsのテンプレートタグ使用方法 [php][/php] rewind_postsのパラメーター This function does not accept any parameters. 返り値 (null) 変更ログ Since: 1.5.0 ソースファイル rewind_pos... -
投稿タグ
post_password_required
投稿にパスワードを必要とし、正しいパスワードが提供されているかどうか。 Whether post requires password and correct password has been provided. post_password_requiredのテンプレートタグ使用方法 [php][/php] post_password_requiredのパラメータ... -
カスタムタクソノミータグ
single_term_title
現在のページの分類タイトルを表示または返します。 Displays or returns the term title for the current page. single_term_titleのテンプレートタグ使用方法 [php] [/php] デフォルトの使い方 [php][/php] single_term_titleのパラメーター $prefix (st...