Skip to content

Instantly share code, notes, and snippets.

@leonardorb
Created March 16, 2012 20:38
Show Gist options
  • Select an option

  • Save leonardorb/2052514 to your computer and use it in GitHub Desktop.

Select an option

Save leonardorb/2052514 to your computer and use it in GitHub Desktop.
<?php if ($wp_query->max_num_pages > 1) : ?>
<div class="pagination">
<ul>
<li class="older"><?php previous_comments_link(__('Previous Comments', 'leonardorb')); ?></li>
<li class="newer"><?php next_comments_link(__('Newest Comments', 'leonardorb')); ?></li>
</ul>
</div>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment