Ejemplo n.º 1
0
if (current_theme_supports('wpgo-custom-menus')) {
    ?>
			<div class="nav-wrap">
				<nav class="primary-menu">
					<label onclick="" for="nav-respond" id="nav-respond-wrapper"></label>
					<input type="checkbox" name="nav-respond" id="nav-respond" />
					<?php 
    $args = array('theme_location' => WPGO_CUSTOM_NAV_MENU_1);
    wp_nav_menu($args);
    ?>
				</nav>
			</div><!-- .nav-wrap -->
		<?php 
}
?>
	</div><!-- #header-container -->

<?php 
WPGo_Hooks::wpgo_after_header_close();
?>

	<div id="outer-container">

<?php 
WPGo_Hooks::wpgo_after_outer_container_open();
?>

	<div id="container">

			<?php 
WPGo_Hooks::wpgo_before_content_open();