I currently have a very long post that I’d like to split into several pages. The standard way of doing this is to add:
<!–next page–>
to the areas where you want to break the page. However, this isn’t working. As this guide tells us, we want to add this code to single.php if the ‘next page’ shortcode isn’t working:
<?php wp_link_pages(); ?>
However, I can’t find the right place to put it. Where am I going wrong here?