Skip to content

Instantly share code, notes, and snippets.

@marcosnakamine
Last active March 21, 2017 20:01
Show Gist options
  • Save marcosnakamine/43376775993db9c76dd6014e7bb5ce5a to your computer and use it in GitHub Desktop.
Save marcosnakamine/43376775993db9c76dd6014e7bb5ce5a to your computer and use it in GitHub Desktop.
WordPress - Add pagination
<?php
the_posts_pagination(array(
'mid_size' => 3,
'screen_reader_text' => ' '
));
.navigation .page-numbers {padding:10px; background-color:#FFF; text-decoration:none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment