I have this site that uses the <!--nextpage-->
tag in posts for pagination purposes. I want to disable pagination, but without deleting the tags for the database (maybe they'll want to use them again in the future).
Tried removing wp_link_pages();
from the template, but then it would only show the first page's content without the links - I don't know if that's how it should work or something wrong.
How can I make it that wordpress simply ignores <!--nextpage-->
and display the full post at once?