/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php 'before' => '<ul class="prev_next">', 'after' => '</ul>', 'next_or_number' => 'next', 'nextpagelink' => '<li class="next"><strong>Continue reading</strong>Next Page</li>', 'previouspagelink' => '<li class="prev"><strong>Go back</strong>Previous Page</li> ' ); wp_link_pages($args); ?>