Anyone know how I can add a "previous page" link at the bottom of my index?
Quick WORDPRESS Question (next page?)
Collapse
X
-
Hey Halcyon, I can't ftp in at the moment but you can yank it out of a standard template and paste it over to yours. -
Found one on desktop.Code:<div class="navigation"> <div class="alignleft"><?php next_posts_link('« Previous Entries') ?></div> <div class="alignright"><?php previous_posts_link('Next Entries »') ?></div> </div>Comment
-
Comment
-
Originally posted by HalcyonHAL@LUJAH!!!!! Thank you!!!!
Welcome!
Comment



Comment