Wednesday, January 20, 2021 |
||
Stewart’s Single Page View gives you the option to see the full text of paged posts on a single page when “?page=all” is called.
Just replace “the_content()” with “spv_the_content()” in your template.
To insert a link to the single page view, use spv_link(). The link text defaults to “all”, but you can use any string you want, i.e. spv_link("Single Page").
Note: the link will only appear when there is more than one page to the post.