Created
December 16, 2018 12:26
-
-
Save Awilum/55de0cecf668300b46bb781a9cbe5505 to your computer and use it in GitHub Desktop.
Flextype: List of pages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php $posts = Content::getPages('blog', false , 'date') ?> | |
| <?php foreach($posts as $post):?> | |
| <h3><a href="<?= $post['url'] ?>"><?= $post['title'] ?></a></h3> | |
| <?php endforeach ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment