Well, you need to invest a bit time to get familiar and you need at least basic coding knowledge to do so in this case.
Theme page `news.php` put at the beginning in the `head` for example:
`
$_zp_zenpage->setSortDirection($value, 'news'); where $value is true or false depending if you want descending or ascending order
$_zp_zenpage->setSortType('title', 'news'); // sorting by title
`