Skip to content

Instantly share code, notes, and snippets.

@bluedognz
Last active December 20, 2017 02:53
Show Gist options
  • Save bluedognz/0dca73a682b324ea38ddf026ac012705 to your computer and use it in GitHub Desktop.
Save bluedognz/0dca73a682b324ea38ddf026ac012705 to your computer and use it in GitHub Desktop.
<?php get_header(); ?>
<div class="fl-content-full container">
<div class="row">
<div class="fl-content col-md-12">
<?php if(have_posts()) : while(have_posts()) : the_post(); ?>
<?php get_template_part('content', 'page'); ?>
<?php endwhile; endif; ?>
</div>
</div>
</div>
<?php get_footer(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment