Wordpress Mod

Discussion in 'WordPress' started by Stargrrl, Nov 20, 2009.

  1. #1
    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(' &#8212; ', __('&lt;&lt; Previous Post'), __('Next Post &gt;&gt;')); ?></p>
    
    Code (markup):
    Any help is appreciated,
    A
     
    Stargrrl, Nov 20, 2009 IP
  2. ads2help

    ads2help Peon

    Messages:
    2,142
    Likes Received:
    67
    Best Answers:
    1
    Trophy Points:
    0
    #2
    page.php is for page.
    single.php is for blog post.

    I guess you didn't add it to single.php, right?
     
    ads2help, Nov 21, 2009 IP
  3. fish

    fish Well-Known Member

    Messages:
    450
    Likes Received:
    36
    Best Answers:
    0
    Trophy Points:
    120
    #3
    fish, Nov 21, 2009 IP