投稿、ページ、添付ファイル、ブックマーク関連のファンクションタグ– category –
投稿、ページ、添付ファイル、ブックマーク関連に属するファンクションタグ一覧です。
-
投稿挿入/削除タグ
wp_delete_post
投稿、添付ファイル、またはページを削除します。 投稿とページを削除する時、関係されている全てのものも削除されています。これは、投稿に関連するコメント、投稿メタフィールド、そしてタームも含みます。 Removes a post, attachment, or page. When t... -
投稿タグ
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 ... -
投稿タグ
get_post_type
現在の投稿か、特定の投稿の投稿タイプを取得します。 Retrieve the post type of the current post or of a given post. get_post_typeのファンクションタグ使用方法 [php][/php] get_post_typeのパラメーター $post (mixed) (optional) 投稿オブジェクト... -
投稿タグ
get_post_status
投稿IDに基づいて投稿ステータスを取得します。 投稿IDが添付ファイルである場合は、親の投稿ステータスが代わりに与えられます。 Retrieve the post status based on the Post ID. If the post ID is of an attachment, then the parent post status will... -
投稿タグ
get_post_mime_type
IDに基づいて添付ファイルのMIMEタイプを取得します。 この関数は任意の投稿タイプで使用できますが、それは添付ファイルを持つ方が理にかなっています。 Retrieve the mime type of an attachment based on the ID. This function can be used with any P... -
投稿タグ
get_post_ancestors
投稿IDに基づいて、投稿の親を取得します。 Retrieve the parents of the post based on the post ID. get_post_ancestorsのファンクションタグ使用方法 [php][/php] get_post_ancestorsのパラメーター $post (mixed) (required) 投稿IDまたは、投稿オブジ...