MENU

next_image_link

これは、現在のポストに添付された次の画像へのリンクを作成します。

This creates a link to the next image attached to the current post.

目次

next_image_linkのテンプレートタグ使用方法

[php] [/php]

next_image_linkのパラメーター

$size

(string) (optional) 画像のサイズ、配列または文字列。 0またはnoneは、post_titleまたは$textがデフォルトです。

(string) (optional) Size of image, either array or string. 0 or none will default to post_title or $text.

Default: thumbnail

$text

(string) (optional) もしインクルードされた場合は、リンクは$text変数が反映されます。

(string) (optional) If included, link will reflect $text variable.

Default: false

デフォルトの使い方

[php][/php]

作業の例

[php][/php]

変更ログ

Since: 2.5.0
2.8に2つのパラメーターが追加されました。: $size と $text

関連テンプレートタグ

See also previous_image_link()

よかったらシェアしてね!
  • URLをコピーしました!

この記事を書いた人

WordPress Love! 休日はほぼWordPress仲間と一緒に勉強会や写真を撮りに行っています。現在育児中のため、オフが多いです(>△<<<)

コメント

コメントする

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください

目次