Close #646 - Replace ID's with classes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<header id="banner" role="banner">
|
||||
<header class="banner" role="banner">
|
||||
<div class="container">
|
||||
<a class="brand" href="<?php echo home_url(); ?>/"><?php bloginfo('name'); ?></a>
|
||||
<nav id="nav-main" role="navigation">
|
||||
<nav class="nav-main" role="navigation">
|
||||
<?php
|
||||
if (has_nav_menu('primary_navigation')) :
|
||||
wp_nav_menu(array('theme_location' => 'primary_navigation', 'menu_class' => 'nav nav-pills'));
|
||||
|
||||
Reference in New Issue
Block a user