[Resolved] Move the location of post navigation

Home Forums Support [Resolved] Move the location of post navigation

Home Forums Support Move the location of post navigation

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #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.

    #832302
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try this:

    <?php
    if ( function_exists( 'generate_content_nav' ) ) {
        generate_content_nav( 'nav-below' );
    }
    ?>
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.