Here’s a link to show what I mean: http://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.
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. 🙂