Archived topic
Second menu in the footer
3 replies · Started by Thierry on January 6, 2019
Hello,
I read this topic but don't work for me https://generatepress.com/forums/topic/second-menu-right-above-footer/
I want displaying the second menu in the footer ; i copy/paste the code in mu-pluglins but in the box location on the customizer i have the same location.
Could you help me ? thx
Hi there,
the method i use is to create a new Hook Element and add this:
<div class="second-nav grid-container">
<?php generate_secondary_navigation_position(); ?>
</div>
Set the display rules to entire site or wherever you want it.
Then in the Customizer > Layout > Secondary Navigation > Location = No Navigation.
It's works. Thanks David.
You're welcome