Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Last active August 29, 2015 14:09
Show Gist options
  • Save jennimckinnon/b990f74f6f6207cb0971 to your computer and use it in GitHub Desktop.
Save jennimckinnon/b990f74f6f6207cb0971 to your computer and use it in GitHub Desktop.
<div class="container_12">
<div class="grid_9">
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile; ?>
<!-- I'm going to add the BuddyPress Index Page code here -->
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment