How can I change the category pages listing order so that the order is old to new. This gives more inventive to sign up early by allowing them to claim top few spots.
Any idea how to reverse the search results order on category pages? I would like them to go from older to new.
Hello, You can set category listings order through "front-page.php" file. Add code given below as shown in the image. Code: 'order' => 'ASC' View attachment 1866
I want to change the order on the CATEGORY pages not the front page. How would I go about doing that? Thanks for continued help
Hello, Listing order will not work separately for category page. Use code given above for front page. It will also order category page listings.
Anyone that needs this solution Category pages are controlled by taxonomy-listcat.php add the below code below this line of code " * called loop-category.php and that will be used instead. */ Code: query_posts($query_string . '&order=ASC');