Is there any way to have the search results returned in Ascending order? I have added this code: <?php query_posts('orderby=title&order=ASC'); ?> before the loop in my Index.php file. When relevanssi is deactivated, the search results return in "ASC" order, when activated , the results return in "DESC" order. Is there a way to modify the code for this?
Love this plugin...
Thanks