MENU

get_next_posts_link

現在のページの記事のセットへのリンクを返します。

Return a link to the set of posts of the current page.

目次

get_next_posts_linkのファンクションタグ使用方法

[php][/php]

get_next_posts_linkのパラメーター

$label

(string) (optional)リンクテキストの内容
デフォルト:Next Page »

(string) (optional) The content for the link text
Default: Next Page »

$max_page

(int) (optional)記事を分割するページの最大数。
デフォルト:0

(int) (optional) The max number of pages to split the posts into.
Default: 0

戻り値

成功すれば、次のページをリンクします。それ以外の場合はnullを返します。

Link to next page if successful, otherwise null.

デフォルトの使用方法

[php][/php]

カスタムラベル

[php][/php]

カスタムラベルと記事ページのカスタム数

[php][/php]

変更ログ

Since 2.7.0

ソースファイル

get_next_posts_link()は、link-template.php内に位置しています。

get_next_posts_link() is located in wp-includes/link-template.php.

関連ファンクションタグ

Pagination: posts_nav_link(), next_posts_link(), previous_posts_link(), get_next_posts_link(), get_previous_posts_link(), paginate_links() wp_link_pages(), next_post_link(), previous_post_link(), next_image_link(), previous_image_link(),

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

この記事を書いた人

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

コメント

コメントする

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

目次