Site logo

Archived topic

Displaying secondary navigation above footerbar

2 replies · Started by Binu on March 27, 2018

Viewing posts 1–3 of 3

Is it possible to move the secondary menu to the footer? (above the footer bar)

I tried adding the following code* on my child themes's function.php. It didn't work.

--------------------------------------------------------------------------------------
add_action('after_setup_theme','generate_navigation_below_footer_widgets');
function generate_navigation_below_footer_widgets()
{
remove_action( 'generate_before_header', 'generate_add_secondary_navigation_before_header', 7 );
add_action( 'generate_after_footer_widgets', 'generate_add_secondary_navigation_before_header', 7 );
}
---------------------------------------------------------------------------------------------------------

* Found at https://generatepress.com/forums/topic/secondary-menu-below-the-whole-page/#post-49266

Thanks
Binu

I found out the answer @ https://generatepress.com/forums/topic/second-menu-right-above-footer/

Glad you found it :)

This archived topic is closed to new replies.