Skip to content

Instantly share code, notes, and snippets.

@rolandinsh
Last active December 10, 2015 19:48
Show Gist options
  • Save rolandinsh/4483897 to your computer and use it in GitHub Desktop.
Save rolandinsh/4483897 to your computer and use it in GitHub Desktop.
WordPress index.php B variant
<?php
get_header();
get_template_part( 'middle');
get_footer();
/*
Copyright 2013 Rolands Umbrovskis ( http://umbrovskis.com/ )
Released under the http://simplemediacode.com/license/
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment