Skip to content

Instantly share code, notes, and snippets.

@Awilum
Created December 16, 2018 12:26
Show Gist options
  • Select an option

  • Save Awilum/55de0cecf668300b46bb781a9cbe5505 to your computer and use it in GitHub Desktop.

Select an option

Save Awilum/55de0cecf668300b46bb781a9cbe5505 to your computer and use it in GitHub Desktop.
Flextype: List of pages
<?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