Skip to content

Instantly share code, notes, and snippets.

@kalenjohnson
Created October 4, 2014 06:22
Show Gist options
  • Save kalenjohnson/75125b4dbcc91dfaa2ac to your computer and use it in GitHub Desktop.
Save kalenjohnson/75125b4dbcc91dfaa2ac to your computer and use it in GitHub Desktop.
<?php
echo paginate_links( array(
'format' => 'page/%#%',
'show_all' => true,
'prev_text' => __('<'),
'next_text' => __('>'),
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment