Quick WORDPRESS Question (next page?)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Halcyon
    Spread The Pink!
    • Dec 2002
    • 8609

    #1

    Quick WORDPRESS Question (next page?)

    Anyone know how I can add a "previous page" link at the bottom of my index?
    HAL on TEDx:
  • chadglni
    Confirmed User
    • Dec 2002
    • 6924

    #2
    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.


    Sign up here - Dating Site affiliate program

    Comment

    • chadglni
      Confirmed User
      • Dec 2002
      • 6924

      #3
      Code:
      <div class="navigation">
                              <div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
                              <div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
                      </div>
      Found one on desktop.


      Sign up here - Dating Site affiliate program

      Comment

      • Halcyon
        Spread The Pink!
        • Dec 2002
        • 8609

        #4
        Originally posted by chadglni
        Code:
        <div class="navigation">
                                <div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
                                <div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
                        </div>
        Found one on desktop.

        HAL@LUJAH!!!!! Thank you!!!!
        HAL on TEDx:

        Comment

        • chadglni
          Confirmed User
          • Dec 2002
          • 6924

          #5
          Originally posted by Halcyon
          HAL@LUJAH!!!!! Thank you!!!!
          Welcome!


          Sign up here - Dating Site affiliate program

          Comment

          Working...