Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1183
    aimzilla
    Member

    Is there a way in a child theme to add next post/previous post links to the single post template? I am loving working with this theme! Thanks!

    #1221
    Sakin
    Keymaster

    Hi Aimzill,

    This requires a lot customization and I need to know your knowledge about the theme and development before I send you instruction. Also please request this type of request through support ticket.

    Regards,
    Sakin

    #4999
    vaneger2
    Member

    I’m using the Catch box theme and  this worked for me.

    Go to the editor
    Click singlpost (single.php)
    Find <nav id=”nav-single”>
    <h3 class=”assistive-text”><?php _e( ‘Post navigation’, ‘catchbox’ ); ?></h3>
    <span class=”nav-previous”><?php previous_post_link( ‘%link’, __( ‘<span class=”meta-nav”>&larr;</span> Previous’, ‘catchbox’ ) ); ?></span>
    <span class=”nav-next”><?php next_post_link( ‘%link’, __( ‘Next <span class=”meta-nav”>&rarr;</span>’, ‘catchbox’ ) ); ?></span>
    </nav>
    And comment it out by putting  <!–  at the beggining of the code and –> at the end
    Update File

    My knowledge of code is very limited I’m do not know alot about proper procedures so take my advice with a grain of salt

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘single page next/previous links’ is closed to new replies.