Skip to content

Instantly share code, notes, and snippets.

@bastianallgeier
Created August 25, 2015 15:09
Show Gist options
  • Select an option

  • Save bastianallgeier/80c300424b5139df45eb to your computer and use it in GitHub Desktop.

Select an option

Save bastianallgeier/80c300424b5139df45eb to your computer and use it in GitHub Desktop.
<?php
$page->children()->filter(function($page) {
return ($page->template() == 'article.text' or $page->template() == 'article.video');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment