Skip to content

Instantly share code, notes, and snippets.

@HandyGadget
Created April 2, 2013 03:04
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 HandyGadget/5289624 to your computer and use it in GitHub Desktop.
Save HandyGadget/5289624 to your computer and use it in GitHub Desktop.
Cornerstone loop
/* Cornerstone Loop */
<?php if ( cnr_have_children() ) : while ( cnr_have_children() ) : cnr_next_child(); ?>
<h3><?php the_title(); ?></h3>
<div><?php the_excerpt(); ?></div>
<?php endwhile; endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment