Eternal-tears– Author –
-
投稿タグ
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または、投稿オブジ... -
投稿タグ
get_post
投稿IDを取得し、その投稿のためにデータベースのレコードを返します。結果を返す方法を$outputパラメータの意味によって、指定することができます。 Takes a post ID and returns the database record for that post. You can specify, by means of the $... -
投稿タグ
get permalink
PHPで使用するために投稿のパーマリンクを返します。パーマリンクを表示せず、ループの外で使用することができます。失敗した場合はfalseを返します。 パラメータIDがない投稿のページ(インデックス、アーカイブ、等)でループ外で使用するとき、現在のペ...