The Bones Footer

& .

Pretty straightforward, the footer in Bones is just what you’d expect. Footer Navigation <nav> <?php bones_footer_links(); // Adjust using Menus in WordPress Admin ?> </nav> This is just in case you want to have a nav in the footer. If you don’t want it, just remove it. Remember, the function for the navigation links is… Read more »

The Bones Header

& .

The header.php in Bones looks almost identical to the header in the HTML5 Boilerplate, with a few key exceptions. Doctype <!doctype html> The doptype is the HTML5 doctype. It works and it’s not complicated. That’s pretty much it. HTML element <!–[if IEMobile 7 ]> <html <?php language_attributes(); ?>class=”no-js iem7″> <![endif]–> <!–[if lt IE 7 ]>… Read more »