リファレンス– tag –
-
クエリータグ
wp_reset_query
wp_reset_queryの関数は、カスタムループで使用された前のクエリーを廃止します。ループは、期待された条件付きタグの動作確認後に呼び出されるべきです。 This function destroys the previous query used on a custom Loop. Function should be called a... -
テーマに関するその他のタグ
wp_nav_menu
ナビゲーションメニューを表示します。メニューはバックエンド:外観>メニューから作成する事ができます。 Display a navigation menu. Menus can be created from the backend: Appearance > Menus. Given a theme_location parameter, the function disp... -
設定編
WordPressの日付フォーマットを変更する
WordPressの記事の日付を表示する形式を設定する方法です。 WordPressの日付フォーマットを設定する手順 サイドバーの【設定】から【一般】へのリンクをクリックします。 【一般設定】のページへ飛ぶので、【一般設定】ページの【日付フォーマット】を編集... -
リンク編集タグ
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...