Within this theme, when trying to break up a lost post into multiple pages, after entering in the <!--nextpage--> codes, on preview it will just truncate at where you would normally click the bottom for either page 2,3,4, etc. Anyway to enable this on this theme?
Nextpage doesn't work on preview
3 posts from 2 voices-
Posted 1 year ago #
-
Anyone able to help with this issue
Posted 1 year ago # -
Hi Rowekx,
Open single.php in the theme files and search for:
the_content('<span>'.__('Read more','habitat').'</span>'); ?>Immediately after that, add:
<?php wp_link_pages(); ?>That should do it :)
Regards,
Devin
Posted 1 year ago #
Reply
You must log in to post.














