• Resolved salocime

    (@salocime)


    My posts automatically have their own navigation buttons on the bottom to other posts, but I would like to remove them. How do I do that?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter salocime

    (@salocime)

    Here’s a link to show what I mean: https://www.athomefrench.com/2015/03/24/b1u1l1/

    The bottom of all of my lesson pages automatically gets Buttons to other lessons. But they’re not links I want. So, this first lesson has a link at the bottom to lesson 3, but it shouldn’t.

    Thread Starter salocime

    (@salocime)

    Resolved! I had another look through the different sections and discovered that navigation.php had this:

    <ul class=”default-wp-page clearfix”>
    <li class=”previous”><?php previous_post_link( ‘%link’, ‘<span class=”meta-nav”>’ . _x( ‘←’, ‘Previous post link’, ‘spacious’ ) . ‘</span> %title’ ); ?>
    <li class=”next”><?php next_post_link( ‘%link’, ‘%title <span class=”meta-nav”>’ . _x( ‘→’, ‘Next post link’, ‘spacious’ ) . ‘</span>’ ); ?>

    I deleted it and no longer have those navigation links on the posts. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove automatic navigation buttons’ is closed to new replies.