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('« Previous Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Next Entries »') ?></div>
Any ideas?
Hey, bloggers. I'm off to Ethiopia in about 30 hours, and I wouldn't mind a hand sorting this issue out.
What version of wp? Are you using any custom loop structure? Did you try reuploading the wp files in case something got corrupted?
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.
Well, let us know what happens next.... you don't have to upgrade to 2.1, btw - 2.0.9 fixes the same problem....
Try this Haecceity:
<div class="alignleft"><?php previous_post('« %', 'Previous Entries', 'no'); ?></div>
<div class="alignright"><?php next_post('% » ', 'Next Entries', 'no'); ?></div>