help with my wordpress theme

Discussion in 'HTML & Website Design' started by hawksrnm1, Apr 8, 2008.

  1. #1
    I am having a problem with my site that is run with wordpress. The site is freesnatcher.com

    If you scroll to the bottom of the page you will notice there are no buttons to go on to the next page. It is the same way on all the catagory pages.

    If you can help me out that would be great.
     
    hawksrnm1, Apr 8, 2008 IP
  2. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I can think of two things. Either you don't have a limit set in your Dashboard, or your category files are lacking the previous/next code. I'd have to see your Theme files to be sure, but I won't be able to do that since I won't be home for a week (my mother was released from the hospital today after being in for about a week, so I'm taking care of her while she recovers).
     
    Dan Schulz, Apr 9, 2008 IP
  3. Jalpari

    Jalpari Notable Member

    Messages:
    5,640
    Likes Received:
    137
    Best Answers:
    0
    Trophy Points:
    260
    #3
    i think ur template coding is cause of this error. Use some other freely template: www.wpskins.org
    few months ago same issue was with my blog, but in my cause the sidebar coding was wrong
     
    Jalpari, Apr 10, 2008 IP
  4. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Yeh, you have to ensure the link is on the template file to allow the navigation. If it's just on the category pages, then it's most likley the file "category.php" inside your template folder.
    Open this file and add this code anywhere where you want it to appear, just test it then you can move it around later:
    
    <div class="navigation">
    			<div class="alignleft"><?php next_posts_link('&laquo; Older Entries') ?></div>
    			<div class="alignright"><?php previous_posts_link('Newer Entries &raquo;') ?></div>
    		</div>
    Code (markup):
     
    wd_2k6, Apr 10, 2008 IP
  5. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Heh. I use a list for my category previous-next links. But I'm really anal-retentive when it comes to HTML semantics and structure anyway.
     
    Dan Schulz, Apr 10, 2008 IP
  6. hawksrnm1

    hawksrnm1 Peon

    Messages:
    371
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #6
    i just checked my index file and that code is in there, but its still not showing up.
     
    hawksrnm1, Apr 10, 2008 IP