To sort the posts by date I did the following:
$posts = $pages->find('template=blog-post, start='.$start .', limit=' . $limit . ',sort=-date');
When I modify the code sort=-date and sort=date nothing is changed so I do not...
asked by
05.10.2015 / 10:37