whyisjake

Shiono nav

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