Revision: 45339
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 28, 2011 19:46 by psteinweber
Initial Code
/*--------------------------------------------------*/
/* move nav below header */
/*--------------------------------------------------*/
remove_action('thesis_hook_before_header', 'thesis_nav_menu');
add_action('thesis_hook_after_header', 'thesis_nav_menu');
Initial URL
Initial Description
Initial Title
Thesis: move nav below header
Initial Tags
header, wordpress, navigation
Initial Language
PHP