Has anybody used the nav_links code to add Next/Previous type tags to the bottom of each link?


We're using the WOZ patch successfully on our site (aestheticsbodymod.com/store) and I'd like to add navigation links to the bottom of the entries. I've found this line of code in wordpress's codec files:



<div class="navigation"><p><?php posts_nav_link('∞','Go
Forward In Time','Go Back in Time'); ?></p></div>


...I tried adding that to The Loop code in the define pages editor via define main page, but it doesn't show up. Any advice?