Skip to content

Instantly share code, notes, and snippets.

@shangdev
Created September 23, 2017 17:01
Show Gist options
  • Save shangdev/1c69706c5c46e427aa0e3d5fa57a5f68 to your computer and use it in GitHub Desktop.
Save shangdev/1c69706c5c46e427aa0e3d5fa57a5f68 to your computer and use it in GitHub Desktop.
归档页分页函数 the_posts_pagination 的使用
/**
* The pagenation
* @info 每页显示数量设置:设置->阅读->博客页面至多显示
*/
the_posts_pagination( array(
'prev_text' => '«',
'next_text' => '»',
) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment