Last active
August 29, 2015 14:14
-
-
Save jennimckinnon/b279259aab66d4688035 to your computer and use it in GitHub Desktop.
Part of a full width template I am creating from a page.php template in WordPress.
This file contains hidden or 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
<div id="primary" class="content-area sixteen columns"> | |
<main id="main" class="site" role="main"> | |
<?php get_template_part( 'content/content', 'page' ); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment