Skip to content

Pagination within a single page not working #49

Description

@marpa

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>'); ?>

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions