Quote Originally Posted by awhfy99 View Post

so I tried changing it to:

$testimonials_query_raw = "select * from " . TABLE_TESTIMONIALS_MANAGER . " where status = 1 and language_id = '" . (int)$_SESSION['languages_id'] . "' order by testimonials_title, date_added DESC";

but that doesn't do anything.

Never mind, it wasn't in templates/

I found it in

modules/pages/display_all_testimonials/header_php.php

I reversed it like I did in the above attempt and it now sorts the way I need. Guess I was looking in the wrong place! Thanks!