Hi there
Tried using the <!--nextpage--> tag but does not work in this theme?
Can you please assist?
Thanks!
gp
Hi there
Tried using the <!--nextpage--> tag but does not work in this theme?
Can you please assist?
Thanks!
gp
To activate the nextpage feature you need to replace following code in single.php, page.php and template_fullwidth.php:
<!--end entry-content-->
</div>
with:
<?php wp_link_pages(); ?>
<!--end entry-content-->
</div>Worked like a charm!
major domo
Glad that I could help you.
You must log in to post.