I tried adding
query_posts(‘order=ASC’);
to the loop on index-loop.php
While that did change the order, it was not restricted to posts within that category. It was listing the first post ever posted at the top of every single category. Is there any other way to change the default order of normal blog posts within this theme?
I have 79 categories and 1500+ posts. Manually changing their dates to get the order I need is not practical.
Any help would be appreciated.
I added it to the bottom of my functions.php file but it didn’t seem to do anything. It would be nice if this option could be incorporated into the theme options itself.
I am having the same problem, where would I find this code in order to change the order?