section and everything up till
* * @package WordPress * @subpackage Antiaris * @since antiaris 1.0 */ global $antiaris_settings, $antiaris_defaults; ?> > <?php antiaris_title(); ?> * tag of your theme, or you will break many plugins, which * generally use this hook to add elements to such * as styles, scripts, and meta tags. */ wp_head(); ?> >
'none', 'menu_id' => 'header-menu', 'menu_class' => 'menu clearfix', 'fallback_cb' => 'antiaris_default_menu', 'depth' => 0, 'theme_location' => 'header-menu', ); wp_nav_menu(apply_filters('antiaris_header_menu_args', $args)); ?>
>
'none', 'menu_id' => 'secondary-menu', 'menu_class' => 'menu clearfix', 'fallback_cb' => 'antiaris_default_secondary_menu', 'depth' => 0, 'theme_location' => 'secondary-menu', ); wp_nav_menu(apply_filters('antiaris_secondary_menu_args', $args)); ?>