Help with "Next" and "Previous" code
-
Hey,
I’m trying to change the “next and “preivous” text links into images, but I can’t seem to get the code right. Can anyone lend a hand? Here’s the code from my index.php file:
<div id="nextprevious"> <div class="alignleft"><?php posts_nav_link('','','« PREVIOUS ENTRIES') ?></div> <div class="alignright"><?php posts_nav_link('','NEXT ENTRIES »','') ?></div> <div class="cleared"></div> </div>
Thanks.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Help with "Next" and "Previous" code’ is closed to new replies.