posts) && $this->posts) { foreach ($this->posts as $post) { $date = new \DateTime($post->getPublished()); $result[$date->format('Y')] = array( $date->format('n') => array($date->format('j') => '') ); $result[$date->format('Y')][$date->format('n')][$date->format('j')][] = array( 'title' => $post->getTitle(), 'url' => $this->BlogPostUrl($post) ); $resultMerge = array_replace_recursive($resultMerge, $result); } } ?>
link == 'show'): ?>

Translate('View all'); ?> Translate('View all'); ?>