leflondon,
When you disable certain plugins the settings are saved (just don’t delete them). Please note – my situation was pretty unique. I have a static landing page, with a classi-press theme on the second page. So I wanted to use my primary home page as blog.
Step by step instructions:
Go to Plugins – installed plugins, and disable any that you think might interfere with ordering posts or pages.
Then go to Appearance – Editor – loop.php (on the right side) and add the code string, exactly as described above.
Hope this helps.
S
Jan, thanks for your help!
S
I was able to resolve the issue.
To those having the same problem:
1. Disable ALL plugins that have to do with ordering things (pages, posts, etc)
2. Edit loop.php and enter the following BEFORE “<?php appthemes_before_blog_loop(); ?>”
<?php query_posts($query_string . “&order=DEC”); ?>
This should reverse the chronological order.