Skip to content

Instantly share code, notes, and snippets.

@wbxpress
Created August 11, 2015 11:05
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 wbxpress/da8feef54d600d8cac5d to your computer and use it in GitHub Desktop.
Save wbxpress/da8feef54d600d8cac5d to your computer and use it in GitHub Desktop.
wbxpress-one theme's header file.
<html>
<head>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="container">
<div id="header">
<h1 id="header-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a></h1>
<div id="header-description"><?php bloginfo( 'description' ); ?></div>
</div><!-- #header -->
<div id="main-content">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment