Skip to content

Instantly share code, notes, and snippets.

@chipbennett
Created October 27, 2011 22:36
Show Gist options
  • Save chipbennett/1321105 to your computer and use it in GitHub Desktop.
Save chipbennett/1321105 to your computer and use it in GitHub Desktop.
WCTOR.inlinedoc.1
<?php get_header( oenology_get_context() ); ?>
<!-- Begin Main (div#main) -->
<div id="main">
<?php get_template_part( 'loop', oenology_get_context() ); ?>
</div>
<!-- End Main (div#main) -->
<?php
if ( 'one-column' != $oenology_options['post_index_layout'] ) {
get_sidebar( oenology_get_context() ); ?>
}
?>
<?php get_footer( oenology_get_context() ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment