• I’ve been having a strange problem with my blog. It seems that I can’t see more than 2 pages of my entries. What I mean is: On the main page, I click on “Previous entries”, it gets me to page 2 “../blog/page/2/”but from there on I don’t have another “Previous entries”. Just a “Newer entries” link which takes me to the start of the blog. When I write “../blog/page/3/” on my browser’s address bar it takes me to the correct page. I’ve reinstalled WP and my database but the problem still persists, even after a clean re-installation. Any thoughts of why this is happenning? Thank you in advance! 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • What’s you blog address? Will help folks smarter than me help you with this.

    I’m not sure if this will help or not, but this is the code I have for the previous entries in my main blog’s index.php file and I can get up to page 5 and more..

    <div class="alignleft"><?php posts_nav_link('','','&laquo; Previous Entries') ?></div>

    Besides that though, I have this plugin installed to: Custom Posts Per Page
    http://wordpress.org/support/6/11211

    And any of GamerZ’s plugins, Page Navi plugin also might come in handy for you as well..
    http://wordpress.org/support/topic/62975?replies=6#post-335326

    spencerp

    Thread Starter quatzacoalt

    (@quatzacoalt)

    Thanx for the replies 🙂

    spencerp I have the same code in my index.php

    <div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
    <div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>

    Still I don’t get both options on page 2 of the blog. I’ll look into the 2 plugins you mentioned and update if there is any progress.

    My blog address is http://www.quatzacoalt.com/blog for anyone interested to see the problem.

    Thanks!

    Well quatzacoalt, your code isn’t the same as mine lol, see mine:
    <div class="alignleft"><?php posts_nav_link('','','&laquo; Previous Entries') ?></div>

    See your’s:
    <div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>

    Try mine once instead of your’s!? =)
    <div class="alignleft"><?php posts_nav_link('','','&laquo; Previous Entries') ?></div>

    See if that helps once..cause I can keep going and going and going with mine, well plus I have 200 some posts, where you only have like 20, so don’t expect it to go on forever though anyways lol!..

    spencerp

    Thread Starter quatzacoalt

    (@quatzacoalt)

    spencerp your code does not fix the problem either. I’ll try the plugins and tell you if it works OK. Thank you 🙂

    spencerp your code does not fix the problem either. I’ll try the plugins and tell you if it works OK. Thank you 🙂

    No problem, just never know anymore with stuff lol. =) Don’t hurt to try various things..and on the side note, I’m not mr perfect either and don’t always have the exact answers..but after awhile I digress..and let it up to the professionals lmao!

    spencerp

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Problem with blog pages!!’ is closed to new replies.