<?php
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <div id=”content”>
*
* @package Sugar & Spice
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
<title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>
<link rel=”profile” href=”https://gmpg.org/xfn/11″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”>
<?php if ( of_get_option( ‘favicon’ ) ) echo ‘<link rel=”shortcut icon” href=”‘.esc_url( of_get_option( ‘favicon’ ) ).'” />’; ?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<!– nuffnang –>
<script type=”text/javascript”>
nuffnang_bid = “0226af11c2a4fb43905ed6d39b2cecaf”;
document.write( “<div id=’nuffnang_lb’></div>” );
(function() {
var nn = document.createElement(‘script’); nn.type = ‘text/javascript’;
nn.src = ‘https://synad3.nuffnang.com.ph/lb.js’;
var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(nn, s.nextSibling);
})();
</script>
<!– nuffnang–>
<div id=”page” class=”hfeed site”>
<?php do_action( ‘before’ ); ?>
<header id=”header” class=”site-header” role=”banner”>
<div class=”site-branding”>
<?php if (of_get_option(‘logo_image’)) : ?>
” class=”logo-img”><img src=”<?php echo esc_attr( of_get_option(‘logo_image’) ); ?>” alt=”<?php bloginfo( ‘name’ ); ?>” />
<?php else : ?>
<h1 class=”site-title”>” rel=”home”><?php bloginfo( ‘name’ ); ?></h1>
<h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
<?php endif; ?>
</div>
<div id=”nav-wrapper”>
<div class=”ribbon-left”></div>
<nav id=”main-nav” class=”main-navigation” role=”navigation”>
<div class=”skip-link”><?php _e( ‘Skip to content’, ‘sugarspice’ ); ?></div>
<?php
if(has_nav_menu(‘primary’)){
wp_nav_menu( array(
‘theme_location’=> ‘primary’,
‘container’ => false,
‘menu_id’ => ‘nav’,
‘fallback_cb’ => ‘wp_page_menu’
) );
} else {
?>
<ul id=”nav”>
<?php wp_list_pages(‘title_li=’); ?>
<?php
}
?>
</nav><!– #site-navigation –>
<div class=”ribbon-right”></div>
</div>
</header><!– #header –>
<div id=”main” class=”site-main”>