投稿タグ– tag –
-
投稿タグ
get_post_format
記事の投稿フォーマットを返します。これは通常ループ内で呼び出されますが、投稿IDが提供されていればどこでも使用することができます。 Returns the post format of a post. This will usually be called in the the loop, but can be used anywhere if ... -
投稿タグ
get_delete_post_link
文字列の値としてゴミ箱に投稿を移動するためのURLを返します。 WordPressのループ内や外部で使用できます。ページ、投稿、添付ファイル、およびリビジョンを使用することができます。 Returns URL to move a post to the trash as string value. Can be u... -
投稿タグ
get_next_posts_link
現在のページの記事のセットへのリンクを返します。 Return a link to the set of posts of the current page. get_next_posts_linkのファンクションタグ使用方法 [php][/php] get_next_posts_linkのパラメーター $label (string) (optional)リンクテキス... -
テーマに関するその他のタグ
get_query_template
拡張子を使用せずにファイルのパスを取得します。 ファイルの拡張子を含まないファイルのパスを直接取得するために使用します。locate_template()の使用でファイルが存在する場合、親テンプレートのチェックもします。他のget_*_template()関数の使用する... -
テーマに関するその他のタグ
get_paged_template
現在または親のテンプレートでページテンプレートのパスを取得します。 Retrieve path of paged template in current or parent template. get_paged_templateのファンクションタグ使用方法 [php][/php] get_paged_templateのパラメーター None. 戻り値 (s... -
投稿タグ
wp_get_single_post
投稿IDに基づいて、シングル投稿を取得します。 Retrieve a single post, based on post ID. wp_get_single_postのファンクションタグ使用方法 [php][/php] wp_get_single_postのパラメーター $postid (integer) (optional) 投稿ID。 デフォルト:0 (integ... -
投稿タグ
wp_get_recent_posts
最近の投稿を取得します。 Retrieve the recent posts. wp_get_recent_postsのファンクションタグ使用方法 [php][/php] 概要 [php][/php] 戻り値 (array) 投稿の配列のリスト。投稿オブジェクトの配列を返すget_postsとは異なる。 (array) List of posts a... -
投稿タグ
register_post_type
投稿タイプを作成または変更します。 initの前にregister_post_typeを使用しないでください。 Create or modify a post type. Do not use register_post_type before init. タクソノミー あらゆる方法で、常に投稿タイプを登録する時にタクソノミーの引数... -
投稿タグ
get_previous_post
現在の投稿に隣接している、前の投稿を取得します。 Retrieve previous post that is adjacent to current post. get_previous_postのファンクションタグ使用方法 [php][/php] get_previous_postのパラメーター $in_same_cat (boolean) (optional) 同じカ... -
投稿タグ
get_edit_post_link
投稿のための投稿編集リンクを取得します。 WordPressのループまたは外で使用することができます。ページ、投稿、添付ファイル、およびリビジョンで使用できます。 Retrieve edit posts link for post. Can be used within the WordPress loop or outside ...