Skip to content

Instantly share code, notes, and snippets.

@bastianallgeier
Created February 10, 2014 10:04
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bastianallgeier/8913347 to your computer and use it in GitHub Desktop.
Save bastianallgeier/8913347 to your computer and use it in GitHub Desktop.
<?php $n=0; foreach($page->children()->visible()->flip() as $article): $n++; ?>
<?php if($n==1): ?>
<!-- html for your first article -->
<?php else: ?>
<!-- html for all the other articles -->
<?php endif ?>
<?php endforeach ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment