Example #1
0
 function wpex_hook_header_inner_default()
 {
     // Header logo
     wpex_header_logo();
     // Header aside content - used for styles 2/3
     wpex_header_aside();
     // Header menu for header style 1
     if ('one' == wpex_get_header_style()) {
         wpex_header_menu();
     }
     // Mobile menu
     wpex_mobile_menu();
 }
Example #2
0
</h2>
	    <?php 
}
?>
		</a>
	    <?php 
//show social icons if not disabled
if (of_get_option('social', '1')) {
    wpex_display_social();
}
//social disabled
?>
		
	    <?php 
// Output content for mobile menu
wpex_mobile_menu();
?>
	</div>
    <nav id="navigation" class="clearfix">
      <?php 
// Main Navigation menu
wp_nav_menu(array('theme_location' => 'main_menu', 'sort_column' => 'menu_order', 'menu_class' => 'sf-menu', 'fallback_cb' => false));
?>
      <?php 
// Sub Navigation menu
wp_nav_menu(array('theme_location' => 'sub_menu', 'sort_column' => 'menu_order', 'menu_class' => 'sub-menu', 'fallback_cb' => false));
?>
      <!--?php get_search_form(); ?--> 
    </nav>
    <!-- /navigation -->
    <?php