Created
January 11, 2011 20:41
-
-
Save eqdw/775092 to your computer and use it in GitHub Desktop.
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
<!-- VARIOUS HEADER INCLUDES/ETC --> |
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
<html> | |
<head> | |
<?php get_header() ?> | |
</head> | |
<body> | |
<div id="main"> | |
<?php get_template() ?> | |
</div> | |
<?php get_footer() ?> | |
</body> | |
</html> |
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
<!-- 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