投稿タグ– category –
記事に関するファンクションタグです。
-
投稿タグ
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) 投稿が同じカテゴリ... -
投稿タグ
get_children
get_children()は、親記事によって可能な、添付ファイル、リビジョン、またはサブページを取得します。get_posts()と同様な動作をします。 get_children() retrieves attachments, revisions, or sub-Pages, possibly by post parent. It works similarly ... -
投稿タグ
is_sticky
この条件タグは"フロントページへこの投稿を固定する"チェックボックス現在の投稿にチェックされている場合にチェックします。これはTRUEまたはFALSEのいずれかを返すという意味のプール関数です。 This Conditional Tag checks if "Stick this post to th...