The <!--nextpage--> tag is not working.
This tag requires <?php wp_link_pages(); ?> be included in page.php after <?php the_content(); ?>
Since VTT used template parts, the equivalent template file should be the single.php, see:
|
<?php wp_link_pages('before=<div id="page-links">&after=</div>'); ?> |
The
<!--nextpage-->tag is not working.This tag requires
<?php wp_link_pages(); ?>be included in page.php after<?php the_content(); ?>Since VTT used template parts, the equivalent template file should be the single.php, see:
variations-template-theme/variations/default/templates/content/single.php
Line 37 in 55f60cd