Classipress "Newest Tab" Ads sort order by ASC/DESC
Hello Everybody!
I have been searching the forum for some time but no simple answer came to me. I would like to change the name of the "Newest" tab on the main page and sort it from OLDEST to NEWEST (I guess it means ASCENDING). Is it possible to do that without a plugin? I checked a similar issue
http://forums.appthemes.com/how-just...te-desc-18695/ and
http://forums.appthemes.com/order-ad-listings-11950/ but there is no answer.
I tried to add this code but I did not work:
FILE: /
wp-content/themes/classipress/index.php line 69
WAS: query_posts( array( 'post_type' => APP_POST_TYPE, 'ignore_sticky_posts' => 1, 'paged' => $paged ) );
CHANGED TO: query_posts( array( 'post_type' => APP_POST_TYPE, 'ignore_sticky_posts' => 1, 'paged' => $paged
, 'orderby' => 'asc' ) );
Can somebody help please?
Thank you!