Tara, I saw that article, but was unable to get it to work on my page.
Michael, I’m using a post loop on content-single.php for the articles. I’ve tracked the code to content-page.php, though. Though I have this segment ending my post structure, I am unable to see any links despite having content that is older than the last post that shows.
<div class="entry-content">
<?php the_content(); ?>
<?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'vantage' ), 'after' => '</div>' ) ); ?>
</div><!-- .entry-content -->
After trying the information in Tara’s link, I’ve found that
<div class="navigation"><p><?php posts_nav_link('∞','?? Go Forward
In Time','Go Back in Time ??'); ?></p></div>
also shows no change in the page layout.