Skip to content

Instantly share code, notes, and snippets.

@bastianallgeier
Created October 23, 2017 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bastianallgeier/3255d17b5edeff4403330cbd7a744b93 to your computer and use it in GitHub Desktop.
Save bastianallgeier/3255d17b5edeff4403330cbd7a744b93 to your computer and use it in GitHub Desktop.
<?php
require 'kirby/bootstrap.php';
$kirby = kirby();
$site = site();
foreach (page('posts')->children() as $post) {
// do something with the post here.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment