Forums

Previous link not working (6 posts)

  1. Haecceity
    Member
    Posted 5 years ago #

    On my archive page (http://www.wildmind.org/blogs/) the "previous" link gives a 404. I don't know what the "next" link does because I'd have to get to a previous page.

    The code for the navigation is the usual:

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

    Any ideas?

  2. Haecceity
    Member
    Posted 5 years ago #

    Hey, bloggers. I'm off to Ethiopia in about 30 hours, and I wouldn't mind a hand sorting this issue out.

  3. vkaryl
    Member
    Posted 5 years ago #

    What version of wp? Are you using any custom loop structure? Did you try reuploading the wp files in case something got corrupted?

  4. Haecceity
    Member
    Posted 5 years ago #

    Hey, thanks, vkaryl. I'm using 2.0.7 (need to upgrade, I know, but there were so many "I've upgraded to 2.1 and my site's frakked" that I decided to wait)>

    I'm not using any custom loop structure. It's pretty much straight from the box.

    I haven't tried reuploading the wp files but I'll try that now.

  5. vkaryl
    Member
    Posted 5 years ago #

    Well, let us know what happens next.... you don't have to upgrade to 2.1, btw - 2.0.9 fixes the same problem....

  6. Theich
    Member
    Posted 5 years ago #

    Try this Haecceity:

    <div class="alignleft"><?php previous_post('&laquo; %', 'Previous Entries', 'no'); ?></div>
    <div class="alignright"><?php next_post('% &raquo; ', 'Next Entries', 'no'); ?></div>

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags