whyisjake

Jake Spurlock

May 5th, 2010
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <div class="navigation">
  2.  
  3. <?php $previous_post = get_adjacent_post(false,'',false) ; ?>
  4. <?php $next_post = get_adjacent_post(true,'',true) ; ?>
  5.  
  6.  
  7. <div class="alignleft"><h5>&laquo;
  8. <a href="<?php echo get_permalink($previous_post->ID); ?>?lang=jp" title="<?php echo get_the_title($previous_post); ?>"><?php echo get_the_title($previous_post); ?></a>
  9. </h5></div>
  10.  
  11. <div class="alignright"><h5>
  12. <a href="<?php echo get_permalink($next_post->ID); ?>?lang=jp" title="<?php echo get_the_title($next_post); ?>"><?php echo get_the_title($next_post); ?></a>
  13. </h5></div>
Add Comment
Please, Sign In to add comment