Move the header widget above the floating right navigation
-
The following code I found on Github is not working for Move the header widget above the floating right navigation :
if ( ! function_exists( ‘generate_header_items’ ) ) :
/**
* Remove the header widget from the header
*/
function generate_header_items()
{
// Site title and tagline
generate_construct_site_title();// Site logo
generate_construct_logo();
}
endif;add_action(‘generate_before_header_content’, ‘generate_construct_header_widget’, 2);
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Move the header widget above the floating right navigation’ is closed to new replies.