- The last 3 inserted pages
- The most visited pages
for the last three pages inserted I used the following code
$yachts = $pages->find("template=newyachts, limit=3, sort=-date");
foreach($yachts as $s) {...
The problem is that do not sort them by date... I do not know if you need to add a field "date", or it is generated automatically (as I thought I had read in the API).Instead to select the most visited pages is there a way?
Thanks a lot...













