Next article page (YY)


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php
  2. $args = array(
  3. 'before' => '<ul class="prev_next">',
  4. 'after' => '</ul>',
  5. 'next_or_number' => 'next',
  6. 'nextpagelink' => '<li class="next"><strong>Continue reading</strong>Next Page</li>',
  7. 'previouspagelink' => '<li class="prev"><strong>Go back</strong>Previous Page</li> '
  8. );
  9. wp_link_pages($args);
  10. ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.