Created
February 28, 2012 09:42
-
-
Save niklausgerber/1931592 to your computer and use it in GitHub Desktop.
Show articles on home but not on blog page / different folder
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php foreach($page->children()->visible()->flip() as $article): ?> | |
<li> | |
<a href="<?php echo $article->url() ?>"><?php echo html($article->title()) ?> <span><?php echo html($article->published()) ?></span></a> | |
</li> | |
<?php endforeach ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment