• Okay, I just upgraded to the August 30th build of 1.3-alpha-2 and was having problems with pagination. I was using Scriptygoddess’s wpPaginate, which I just found out does not work with this version. It would show page one and then page two and no more, so for me that was 20 posts max.
    I’ve deactivated the plugin and removed the calls to it from my index.php.
    However, now my WP is showing a max of it looks like 15 posts per category and monthly archive, which is what I have WP set to show on the frontpage.
    So my questions are…
    Is this a ‘left-over’ issue from the plug-in, or a 1.3-alpha-2 problem?
    How can I fix this?
    thanks!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • hello, yes, I am wondering this too. Anyone out there?

    heheh.. this is an alpha-2+ feature. if you look in the new index file that comes with wp 1.3 , you’ll see the following code.
    <?php posts_nav_link(' — ', __('&laquo; Previous Page'), __('Next Page &raquo;')); ?>
    i’m assuming you kept your editted index file from 1.2 and never saw this. that piece of code allows you to page through entries. thus archives/category pages are limited to the number you chose for the front page, but you can page through what doesn’t show up on the first page. I don’t think you can make the paging optional, so you’ll have to use it. the only non-intuitive thing about the code is that the older stuff shows up on the next page, not the previous page.

    Thread Starter anela

    (@anela)

    Thank you both –
    What I needed was that snippet pasted by Ryoken. I did keep my index file and the header & footer I was using and I must have missed it when I looked over the new files for changes.
    I don’t need pagination necessarily, just needed the ability to get to those earlier posts that weren’t showing up.
    So thanks!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘posts shown’ is closed to new replies.