Setup our search #set($newsFinder = $helper.customNewsFinder) ## Just the most recent 3 news items #set($newsFinder.maxResults = 3) ## Group by year, then month. Order reverse chrono comes in at this point. $newsFinder.groupBy("year,...More
Setup our search #set($newsFinder = $helper.customNewsFinder) ## Just the most recent 3 news items #set($newsFinder.maxResults = 3) ## Group by year, then month. Order reverse chrono comes in at this point. $newsFinder.groupBy("year,month") ## Get specified news #set ...