Return to Snippet

Revision: 29744
at August 4, 2010 09:54 by neillh


Initial Code
<?php 
          $args = array(
          '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);
          ?>

Initial URL


Initial Description


Initial Title
Next article page (YY)

Initial Tags
php, wordpress

Initial Language
PHP