LoginSignup
0
0

More than 5 years have passed since last update.

WordPressで、○ページ目のリンクURLを取得する

Last updated at Posted at 2017-07-31

自分で、ページネーションリンクを生成するときなどに利用。カテゴリーページやタグページなどで、適切なリンク先を取得できます。

$url = get_pagenum_link(3); // /category/cat1/page/3 などを取得
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0