Skip to content

Instantly share code, notes, and snippets.

@eqdw
Created January 11, 2011 20:41
Show Gist options
  • Save eqdw/775092 to your computer and use it in GitHub Desktop.
Save eqdw/775092 to your computer and use it in GitHub Desktop.
<!-- VARIOUS HEADER INCLUDES/ETC -->
<html>
<head>
<?php get_header() ?>
</head>
<body>
<div id="main">
<?php get_template() ?>
</div>
<?php get_footer() ?>
</body>
</html>
<!-- WHATEVER YOU WOULD PUT IN THE TEMPLATE.PHP FILE FROM THE NORMAL WAY
Probably invoke The Loop or whatever -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment