Skip to content

Instantly share code, notes, and snippets.

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