Home › Forums › Support › Move the location of post navigation This topic has 1 reply, 2 voices, and was last updated 4 years ago by Tom. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 7, 2019 at 3:25 pm #832248 epickenyan Hi. I would like to move the post navigation links after the comment box. What is the PHP code for post navigation so I can hook it using the elements module? I have disabled it from the customizer. GeneratePress 2.2.2GP Premium 1.7.8 March 7, 2019 at 4:35 pm #832302 TomLead Developer Lead Developer Hi there, Try this: <?php if ( function_exists( 'generate_content_nav' ) ) { generate_content_nav( 'nav-below' ); } ?> Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In