Skip to content

Instantly share code, notes, and snippets.

@starckio
Forked from bastianallgeier/blog.php
Created June 18, 2014 02:47
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 starckio/b0f319c66ae1921b5a61 to your computer and use it in GitHub Desktop.
Save starckio/b0f319c66ae1921b5a61 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