ファンクションタグ– tag –
-
投稿タグ
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がない投稿のページ(インデックス、アーカイブ、等)でループ外で使用するとき、現在のペ... -
投稿タグ
get_the_excerpt
変数への代入のための投稿抜粋を返します。このタグはループ内になければなりません。 抜粋して印刷したい場合には、the_excerpt()を使用することをお勧めします。 Returns the post excerpt for assignment to a variable. This tag must be within The L... -
投稿タグ
get_next_post
現在の投稿に隣接する次のエントリーを取得します。 Retrieve next post that is adjacent to current post. get_next_postのファンクションタグ使用方法 [php][/php] get_next_postのパラメーター $in_same_cat (boolean) (optional)投稿は同じカテゴリ内... -
投稿タグ
get_extended
で拡張されたエントリー情報を取得します。 'more'単語の後と2番目ダッシュの前にベースがあってはいけません。 'more'単語の後に空白(複数可)あるいはテキストがありますが、参照されません。 返される配列は、'main'と'extended'キーです。 メインは、... -
投稿タグ
get_boundary_post
公開日によって、最初または最後の投稿を取得します。 Get the first or last post by publish date get_boundary_postのファンクションタグ使用方法 [php][/php] get_boundary_postのパラメーター $in_same_cat (boolean) (optional) 投稿が同じカテゴリ... -
添付ファイルタグ
wp_get_attachment_link
下記のいずれかを含んでいる、添付ファイルまたはページにHTMLのハイパーリンクを返します。 画像の添付ファイルのためにいくつか指定されたサイズの画像;または 添付ファイルを表すメディアアイコン(指定どおり);または 添付ファイルのタイトル(テキ...