I placed a hook in the thesis theme to change the location of the nav to below the header. I then changed the theme to iblogpro 4. I cannot get the nav to go back to the top.
Any suggestions?
I placed a hook in the thesis theme to change the location of the nav to below the header. I then changed the theme to iblogpro 4. I cannot get the nav to go back to the top.
Any suggestions?
this is the hook that I added....
/*move the nav bar below the header*/
remove_action('thesis_hook_before_header', 'thesis_nav_menu');
add_action('thesis_hook_after_header', 'thesis_nav_menu');
I deleted the hook and the thesis theme to no avail
This topic has been closed to new replies.