whyisjake

Shiono nav

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