Created
September 23, 2017 17:01
-
-
Save shangdev/1c69706c5c46e427aa0e3d5fa57a5f68 to your computer and use it in GitHub Desktop.
归档页分页函数 the_posts_pagination 的使用
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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