Created
June 19, 2014 10:40
-
-
Save hitsujixgit/b6bf6ff919cb61e6d732 to your computer and use it in GitHub Desktop.
コメントフォームをカスタマイズする - index.phpをカスタマイズする#7
元のコード
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
<?php if ( get_comment_pages_count() > 1) : ?> | |
<ul id="pagination"> | |
<li id="prev-comments"><?php previous_comments_link('<< 前のコメント'); ?></li> | |
<li id="next-comments"><?php next_comments_link('次のコメント >>'); ?></li> </ul> | |
<?php endif; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment