More stuff for functions.php

This commit is contained in:
Mike Francis 2012-12-20 21:18:50 +00:00
parent 4659b59c03
commit 59071b67b5
3 changed files with 8 additions and 16 deletions

View file

@ -16,7 +16,7 @@
<h1><a href="<?php echo site_url(); ?>"><?php bloginfo( 'name' ); ?></a></h1>
<nav role="navigation">
<ul class="nav">
<?php wp_list_pages( 'title_li=' ); ?>
<?php wp_list_pages( 'title_li=' ); ?>
</ul>
</nav>
</div>