Help with HTML Code

Discussion in 'HTML & Website Design' started by hawksrnm1, May 28, 2008.

  1. #1
    Can anyone help me with the code to be able to jump to the next page on my site Free Snatcher. It is done on wordpress and I cant figure out what happened so I am just trying to add my own code into the bottom of the main template to allow people to jump to the next page. Thanks

    Sean
     
    hawksrnm1, May 28, 2008 IP
  2. mds

    mds Active Member

    Messages:
    256
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Just use the html link to link the pages, you can PM me.
     
    mds, May 28, 2008 IP
  3. steelfrog

    steelfrog Peon

    Messages:
    537
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I believe the PHP code for next page is:
    <?php next_post_link(); ?>
    PHP:
    That's if you want it to appear in a post. If you're talking about pages of posts, try this:
    <?php next_posts_link('Next Entries »', '0') ?>
    PHP:
    You can consult the list of Wordpress Template tags below, should you require more later on. (Psst, bookmark it. It'll come in handy at one point.)
    codex.wordpress.org/Template_Tags
     
    steelfrog, May 28, 2008 IP
  4. hawksrnm1

    hawksrnm1 Peon

    Messages:
    371
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I have tried adding it and its still not showing up
     
    hawksrnm1, May 28, 2008 IP
  5. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Find out what URL the link is linking to AFAIK it should be linking to your site/page/2/
     
    wd_2k6, May 28, 2008 IP