投稿タグ– category –
記事に関するファンクションタグです。
-
投稿タグ
get_adjacent_post
隣接する投稿を取得します。 次または前のポストのどちらでもかまいません。 Retrieve adjacent post. Can either be next or previous post. get_adjacent_postのファンクションタグ使用方法 [php][/php] get_adjacent_postのパラメーター $in_same_cat (... -
投稿タグ
get_posts
複数のループを作成するためのシンプルな関数です。最新記事や条件に一致する投稿のリストを取得します。 パラメータはget_pagesに似ていますが、いくつかの異なる名前を持っているか、わずかに異なる値を取得することに注意してください。 This is a simp... -
投稿タグ
get_the_post_thumbnail
投稿またはページの編集画面内の設定したように投稿サムネイルを取得します。サムネイル画像は"attachment-thumbnail"クラスを与えられます。 Gets Post Thumbnail as set in post's or page's edit screen. Thumbnail images are given class "attachment... -
投稿タグ
is_single
この条件タグは、任意のシングル投稿が表示されている場合にチェックします。TRUE または FALSEのいずれかを返すという意味のプール関数です。 This Conditional Tag checks if any single post is being displayed. This is a boolean function, meaning ... -
投稿タグ
the_ID
現在のポストの数値IDを表示します。 このタグはLoopの中なければなりません。 注意:この関数は、記事IDを表示し、get_the_ID()を使うIDを返します。 Displays the numeric ID of the current post. This tag must be within The Loop. Note: This func... -
投稿タグ
the_permalink
現在ループ内で処理される記事のパーマリンクのURLを表示します。 このタグはループ内でなければならず、一般的に記事が表示されている時に各記事のパーマリンクを表示するために使用します。独自の記事IDを指定して、記事にパーマリンクを表示したい場合... -
投稿タグ
the_date
記事の日付を表示または返します。同じ日に公開されている場合、記事をセットにして表示します。 Displays or returns the date of a post, or a set of posts if published on the same day. 特別の注意:同じ日の下で公開されたページの複数の記事がある...