Member111
Member
Posted 2 years ago #
Hello,
I have a long post and would like to split it into pages, is there a plugin for this?
I added <!--nextpage--> into the post code but the thing is, it goes underneath the related posts, which is very hard to catch, I'd like to have it on top. Otherwise I would like something more apparent lik coloured background buttons.
mattloak
Member
Posted 1 year ago #
You need to modify your single.php file. Right now your theme is inserting the related posts before the wp_link_pages function. This is going to depend on how your related posts are inserted but you can play around and move the wp_link_pages higher up in your single.php.