Search for: Log In Free Support [Resolved] Move Secondary Navigation before footer Home › Forums › Support › Move Secondary Navigation before footer This topic has 3 replies, 2 voices, and was last updated 4 months, 1 week ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 24, 2020 at 7:00 pm #1502930 Chitika Hello. I’m trying to add this code – add_action( 'after_setup_theme', function() { remove_action( 'generate_after_header', 'generate_add_secondary_navigation_after_header', 5 ); add_action( 'generate_before_footer', 'generate_add_secondary_navigation_after_header', 1 ); }); But the secondary navigation appears both above and below. How to make it appear only once. I removed the code btw, October 25, 2020 at 5:51 am #1503239 DavidStaff Customer Support Hi there, try this instead. 1. Set the Customizer > Layout > Secondary Navigation –> Location to No Navigation 2. Add this PHP Snippet: add_action( 'generate_before_footer', 'generate_secondary_navigation_position', 1 ); Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 25, 2020 at 7:13 am #1503289 Chitika Thanks @David. That worked perfectly. October 25, 2020 at 9:01 am #1503627 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In