Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: single page next/previous links #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 1 post (of 1 total)