Custom Header support

This commit is contained in:
Mike Francis 2013-01-01 18:27:48 +00:00
parent 3ef7fb2d98
commit c621f07095
4 changed files with 8 additions and 12 deletions

View file

@ -13,7 +13,7 @@
<body <?php body_class(); ?>>
<header class="header" role="banner">
<div class="container">
<h1><a href="<?php echo site_url(); ?>"><?php bloginfo( 'name' ); ?></a></h1>
<a href="<?php echo site_url(); ?>"><img src="<?php header_image(); ?>" alt="<?php bloginfo( 'name' ); ?>" /></a>
<nav role="navigation">
<ul class="nav">
<?php wp_list_pages( 'title_li=' ); ?>