Archived topic
Menu placement on homepage different from other pages
1 reply · Started by Milan on April 30, 2017
Hi,
I want to place my primary menu below the header on the frontpage only.
On the rest of the pages it will be floating right inside the header, which will be set in the WP customizer.
I only use GP PRO (no page builder).
Any suggestions how to achieve this?
Thanks in advance, Milan.
Hi Milan,
You would use the generate_navigation_location:
https://docs.generatepress.com/article/generate_navigation_location/
With conditional tags depending on if you are using a static home page or not:
https://codex.wordpress.org/Conditional_Tags#The_Main_Page
Let me know if you need more info :)