I would like to add Previous and Next links to my blogs post page (the post page with the post content and the comments box). http://lparkerphotography.com/blog2/2009/11/lets-hear-it-for-the-boys-justins-boys/ I have this snippet and tried adding it to page.php it doesnt show up at all so Im wondering if maybe it only works from home.php <p class="next"><?php posts_nav_link(' — ', __('<< Previous Post'), __('Next Post >>')); ?></p> Code (markup): Any help is appreciated, A
Like the previous poster said, page.php is for the static page template (not blog posts). It will only work on single blog post templates (single.php). More info: http://codex.wordpress.org/Template_Tags/next_post_link and http://codex.wordpress.org/Template_Tags/previous_post_link