テンプレートタグ– category –
WordPressのテンプレートタグ解説です。WordPress*リファレンスから移植しました。
-
テーマに関するその他のタグ
wp_nav_menu
ナビゲーションメニューを表示します。メニューはバックエンド:外観>メニューから作成する事ができます。 Display a navigation menu. Menus can be created from the backend: Appearance > Menus. Given a theme_location parameter, the function disp... -
リンク編集タグ
edit_tag_link
ユーザーがログインして、タグ編集する権限がある場合、現在のタグを編集するリンクを表示します。これは、ループ内にある必要があります。 get_edit_tag_linkは、編集のためのURLを取得するために使用します。 Displays a link to edit the current tag, ... -
リンクマネージャータグ
get_bookmarks
get_bookmarksの関数は、管理画面>リンク>編集パネルで見られるブックマークの配列を返します。get_bookmarksのテンプレートタグは、ブックマーク情報のディレクトリーを取得する事ができるユーザーを許可します。 This function returns an array of bo... -
リンクマネージャータグ
get_bookmark
ブックマークリンクIDに基づいてブックマークデータを取得します。 Retrieve Bookmark data based on bookmark link ID. get_bookmarkのテンプレートタグ使用方法 [php][/php] get_bookmarkのパラメーター $output OBJECT, ARRAY_N, あるいは ARRAY_A の定... -
パーマリンクタグ
get_post_permalink
get_post_permalinkテンプレートタグは、カスタム投稿タイプの記事の為にパーマリンクを取得します。 The get_post_permalink template tag retrieves the permalink for a post with a custom post type. get_post_permalinkのテンプレートタグ使用方法 [... -
投稿サムネイルタグ
get_post_thumbnail_id
サムネイルが設定されている場合 - 記事に添付されているサムネイルIDを返します。 添付ファイルが存在しない場合、関数はnull を返します(空の値)。 If a thumbnail is set - Returns the ID of the Thumbnail attached to the post If no such attachm... -
日付・時間タグ
get_the_date
get_the_dateテンプレートタグは、現在の$postが書かれた日付を取得します。 the_date()のこのタグとは異なり、常に日付が返されます。'get_the_date'のフィルターと共に変更出力します。 The get_the_date template tag retrieves the date the current $... -
執筆者タグ
the_author_meta
the_author_metaテンプレートタグは、ユーザーが希望するメタデータを表示します。このタグはループ内で使用される場合、ユーザーIDの値は指定する必要がなく、データは現在の記事の著者を表示します。 The the_author_meta Template Tag displays the des... -
タグ tags
wp_generate_tag_cloud
タグクラウドを作るHTML文字列を返します。 Returns an HTML string that makes a tag cloud. wp_generate_tag_cloudのテンプレートタグ使用方法 [php][/php] デフォルトの使い方 [php][/php] 注釈 Called by wp_tag_cloud() Uses get_tags() 変更ログ Sin... -
コメントタグ
cancel_comment_reply_link
前のコメントに返信するキャンセルして、デフォルトの状態に戻してコメントフォームをリセットするリンクを表示します。 Displays a link which cancels the replying to a previous comment (a nested comment) and resets the comment form back to the ...