pbenj
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Backdating posts older than 1970 not possible…ok, thanks
Forum: Installing WordPress
In reply to: change order of posts – oldest firstcould try switching the nav links I suppose?
Forum: Installing WordPress
In reply to: change order of posts – oldest firstI’d like to use it to present a photo essay. I’ve taken out the dates, set reading to show 4 posts per page and now it’d be nice to advance through the story by going ‘forwards’ as it were and not by clicking on the link “older posts” down on the left. hope that makes sense 😉
Forum: Installing WordPress
In reply to: change order of posts – oldest firstThanks Michael. I have added that line exactly as you’ve described but it only worked with the WordPress Default (and other similar) themes. the Autofocus Theme
remains completely unchanged by that bit of code. have also tried deleting cache and using different browsers…Forum: Installing WordPress
In reply to: change order of posts – oldest firstI’ve tried again but no success. the line in the Autofocus Theme looks a little different to the one above:
<?php while ( have_posts() ) : the_post() ?>
any ideas what else I could try?
Forum: Installing WordPress
In reply to: change order of posts – oldest firstthanks for your speedy reply Michael!
just tried it with the Default Theme and it works OK. Unfortunately, I can’t get it to work with the Autofocus Theme. I’ll read the query_posts() article – maybe I’ll find something there…