lbry.com/view/template/content/_postList.php
2018-05-21 11:49:15 -04:00

8 lines
231 B
PHP

<div>
<h3>Latest News</h3>
<ul class="no-style">
<?php foreach ($posts as $post): ?>
<li><a href="<?php echo $post->getRelativeUrl() ?>"><?php echo $post->getTitle() ?></a></li>
<?php endforeach ?>
</ul>
</div>