Navigation links are in different theme files:
index.php
archive.php
search.php
The code is found in navigation.php, and you may need to remove this line
and use the code insidePHP Code:<?php include (TEMPLATEPATH . '/navigation.php'); ?>
and place that where you want in the files above.PHP Code:<div class="navigation">
<div class="previous"><?php next_posts_link('← Previous Entries') ?></div>
<div class="next"><?php previous_posts_link('Next Entries →') ?></div>
</div>
<div class="clear flat"></div>




Reply With Quote
Bookmarks