Diaplaying Oldest Ads first on Ad Category Pages
By default, Ads are diaplayed from the newest to the oldest on Ad Category Pages.
How do I change it so it displays the Oldest ad first?
I'm thinking of doing it on the taxonomy php template page.
<?php while ( have_posts() ) : the_post(); ?>
Perhaps with some sort of 'order'=>'ASC' code.
Apologies for a couple of help posts. I do hope someone can shed some light knto this. Thanks.