neilgee
5/3/2014 - 4:01 AM

Reposition Genesis Primary Navigation to Header Right Widget and Remove Structural Wrap

Reposition Genesis Primary Navigation to Header Right Widget and Remove Structural Wrap

<?php
//do not copy the opening php tag above
 
/**
 * Swap Primary Nav to Header Right and Remove Wrap
 * 
 * @package   Swap Primary Nav
 * @author    Neil Gee
 * @link      http://coolestguidesontheplanet.com/switching-primary-menu-genesis-theme-header-right/
 * @copyright (c) 2014, Neil Gee
 */

	remove_action( 'genesis_after_header','genesis_do_nav' ) ;
	add_action( 'genesis_header_right','genesis_do_nav' );
	add_theme_support( 'genesis-structural-wraps', array( 'header', 'menu-secondary', 'footer-widgets', 'footer' ) );//menu-primary is removed