1
To sort the posts by date I did the following:
$posts = $pages->find('template=blog-post, start='.$start .', limit=' . $limit . ',sort=-date');
When modifying the code sort=-date
and sort=date
nothing is changed so I don’t know what I’m doing wrong.
I’ll release the rest of the code http://pastebin.com/LDccDqwf
i used this page as help to solve this problem http://cheatsheet.processwire.com/selectors/built-in-page-selector-properties/sort-field/