Skip to content

Instantly share code, notes, and snippets.

@jepser
Created June 18, 2014 05:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jepser/21cb0f0cbbc3642e19a3 to your computer and use it in GitHub Desktop.
Save jepser/21cb0f0cbbc3642e19a3 to your computer and use it in GitHub Desktop.
<?php
/**
* The template for displaying the header.
*
* @package WordPress Tutorial
* @since 0.1.0
*/
?><!DOCTYPE html>
<head>
<title><?php wp_title( '|', true, 'right' ); echo esc_html( get_bloginfo('name'), 1 ); ?></title>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment