Advertisement
peanutheroo

pagination

Nov 23rd, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.10 KB | None | 0 0
  1. <?php
  2.     echo'<center>';
  3.     previous_post_link();
  4.     echo ' - ';
  5.     next_post_link();
  6.     echo '</center>';
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement