whyisjake

Jake Spurlock

May 5th, 2010
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <?php $adjacent_post = get_adjacent_post(false,'',false) ; ?>
  2.  
  3. <div class="alignleft"><h5>&laquo;
  4. <a href="<?php echo get_permalink($adjacent_post->ID;); ?>?lang=jp" title="<?php echo get_the_title($prevID); ?>">Previous</a>
  5. </h5></div>
  6.  
  7. <div class="alignright"><h5>
  8. <a href="<?php echo get_permalink($nextID); ?>?lang=jp" title="<?php echo get_the_title($nextID); ?>">Next</a> &raquo;
  9. </h5></div>
Add Comment
Please, Sign In to add comment