Example #1
0
 public function previewAction()
 {
     $this->navService->findOneById(Navigation::Preview)->setVisible(true);
     $theLoop = $this->wpRepo->fetchTheLoop($this->getRequest()->getQuery()->toString());
     return array('posts' => $theLoop);
 }