Created
September 14, 2016 04:11
-
-
Save jpen365/3373bbe4b7d1c579b723277a81c20941 to your computer and use it in GitHub Desktop.
An example of a file header for a header.php theme template partial
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
<?php | |
/** | |
* The header for our theme. | |
* | |
* Displays all of the <head> section and everything up till <div id="content"> | |
* | |
* @package Simple Blog Theme | |
*/ | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment