Wordpress Question

Discussion in 'HTML & Website Design' started by robb01, Apr 11, 2008.

  1. #1
    I have a wordpress theme that I really like, the only problem is that once you get to the bottom of the front page, there isnt an option to see the previous page w/ older stories on it. Im pretty sure this is a simple fix, was hoping someone could help me with this.
     
    If someone posts a solution, use the "Best Answer" link in their post to pick it as the best answer.
    robb01, Apr 11, 2008 IP
  2. falguni1

    falguni1 Peon

    Messages:
    3,016
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    0
    #2
    contact the theme maker and bring this to notice.
     
    falguni1, Apr 11, 2008 Set Best Answer IP
  3. dewald

    dewald Peon

    Messages:
    13
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Edit the "index.php" and "archive.php" files of your theme.

    Look for the line "<?php endwhile; ?>".

    Underneath that line, insert the following code:

    <p><?php posts_nav_link(' — ', __('&laquo; Previous Page'), __('Next Page &raquo;')); ?></p>
    Code (markup):
    Best regards,

    Dewald
     
    dewald, Apr 11, 2008 Set Best Answer IP
  4. robb01

    robb01 Guest

    Best Answers:
    0
    #4
    Thanks, tried this, and it didn't seem to work. Thanks for the help though.
     
    robb01, Apr 11, 2008 Set Best Answer IP
  5. od3n

    od3n Active Member

    Messages:
    715
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    60
    #5
    pmed you. hope i can help you.
     
    od3n, Apr 11, 2008 Set Best Answer IP
  6. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #6
    u can edit coding if u know php and html or use another theme its just due to improper coding
     
    Jalpari, Apr 12, 2008 Set Best Answer IP