Archived topic
Move the location of post navigation
1 reply · Started by epickenyan on March 7, 2019
Viewing posts 1–2 of 2
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.
Hi there,
Try this:
<?php
if ( function_exists( 'generate_content_nav' ) ) {
generate_content_nav( 'nav-below' );
}
?>
This archived topic is closed to new replies.