Skip to content

Instantly share code, notes, and snippets.

@pelagisk
Created August 8, 2012 13:24
Show Gist options
  • Select an option

  • Save pelagisk/3294996 to your computer and use it in GitHub Desktop.

Select an option

Save pelagisk/3294996 to your computer and use it in GitHub Desktop.
Exempel Layout
<?php
/**
* @package WordPress
* @subpackage test
*/
get_header(); ?>
<div id="main" role="main">
<div class="col-half">
<section id="first-page-image">
...
</section>
<section id="index-posts">
..
</section>
</div>
<div class="col-half">
<?php get_sidebar(); ?>
</div>
</div>
<?php get_footer(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment