Last active
August 29, 2015 14:04
-
-
Save hykw/f62244c4fe1924ecfd6d to your computer and use it in GitHub Desktop.
wordpress: 固定ページでページング
This file contains 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
■コンテンツ側 | |
<!--nextpage--> | |
■php側 | |
<?php | |
# ページングタグを表示する所で設定 | |
wp_link_pages(); | |
-------- | |
c.f. | |
http://beam.co.jp/wordpress/1537 | |
http://infinityforest.net/home/archives/2562 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment