Provides a "view all" (single page) option for content paged using WordPress' <!--nextpage--> Quicktag (multipage posts).
Provides a "view all" (single page) option for content paged using WordPress' <!--nextpage--> Quicktag (multipage posts).
## Description ##
## Description ##
**This plugin is not yet compatible with WordPress 5.2.**
Provides a "view all" (single page) option for posts, pages, and custom post types paged using WordPress' <ahref="http://codex.wordpress.org/Write_Post_SubPanel#Quicktags"target="_blank"><code><!--nextpage--></code> Quicktag</a> (multipage posts).
Provides a "view all" (single page) option for posts, pages, and custom post types paged using WordPress' <ahref="http://codex.wordpress.org/Write_Post_SubPanel#Quicktags"target="_blank"><code><!--nextpage--></code> Quicktag</a> (multipage posts).
Your theme must use `wp_link_pages()` to generate post page links, or you must use either the automatic or manual link capabilities provided in the plugin.
Your theme must use `wp_link_pages()` to generate post page links, or you must use either the automatic or manual link capabilities provided in the plugin.
...
@@ -25,6 +27,10 @@ Your theme must use `wp_link_pages()` to generate post page links, or you must u
...
@@ -25,6 +27,10 @@ Your theme must use `wp_link_pages()` to generate post page links, or you must u
## Frequently Asked Questions ##
## Frequently Asked Questions ##
### I upgraded to WordPress 5.2 and this plugin stopped working. ###
WordPress 5.2 updated the function that's used to retrieve post content, defeating this plugin's method of creating the view-all output. Progress towards a 5.2-compatible approach will be tracked at [https://git.ethitter.com/wp-plugins/view-all-posts-pages/issues/1](https://git.ethitter.com/wp-plugins/view-all-posts-pages/issues/1).
### Links don't work ###
### Links don't work ###
First, navigate to Options > Permalinks in WP Admin, click *Save Changes*, and try again.
First, navigate to Options > Permalinks in WP Admin, click *Save Changes*, and try again.
...
@@ -61,7 +67,7 @@ This plugin is known to conflict with certain plugins, many pertaining to SEO an
...
@@ -61,7 +67,7 @@ This plugin is known to conflict with certain plugins, many pertaining to SEO an
### 0.8 ###
### 0.8 ###
* When WordPress determines a request is a 404, don't activate the plugin's functionality.
* When WordPress determines a request is a 404, don't activate the plugin's functionality.
Provides a "view all" (single page) option for content paged using WordPress' <!--nextpage--> Quicktag (multipage posts).
Provides a "view all" (single page) option for content paged using WordPress' <!--nextpage--> Quicktag (multipage posts).
== Description ==
== Description ==
**This plugin is not yet compatible with WordPress 5.2.**
Provides a "view all" (single page) option for posts, pages, and custom post types paged using WordPress' <a href="http://codex.wordpress.org/Write_Post_SubPanel#Quicktags" target="_blank"><code><!--nextpage--></code> Quicktag</a> (multipage posts).
Provides a "view all" (single page) option for posts, pages, and custom post types paged using WordPress' <a href="http://codex.wordpress.org/Write_Post_SubPanel#Quicktags" target="_blank"><code><!--nextpage--></code> Quicktag</a> (multipage posts).
Your theme must use `wp_link_pages()` to generate post page links, or you must use either the automatic or manual link capabilities provided in the plugin.
Your theme must use `wp_link_pages()` to generate post page links, or you must use either the automatic or manual link capabilities provided in the plugin.
...
@@ -25,6 +27,10 @@ Your theme must use `wp_link_pages()` to generate post page links, or you must u
...
@@ -25,6 +27,10 @@ Your theme must use `wp_link_pages()` to generate post page links, or you must u
== Frequently Asked Questions ==
== Frequently Asked Questions ==
= I upgraded to WordPress 5.2 and this plugin stopped working. =
WordPress 5.2 updated the function that's used to retrieve post content, defeating this plugin's method of creating the view-all output. Progress towards a 5.2-compatible approach will be tracked at [https://git.ethitter.com/wp-plugins/view-all-posts-pages/issues/1](https://git.ethitter.com/wp-plugins/view-all-posts-pages/issues/1).
= Links don't work =
= Links don't work =
First, navigate to Options > Permalinks in WP Admin, click *Save Changes*, and try again.
First, navigate to Options > Permalinks in WP Admin, click *Save Changes*, and try again.
...
@@ -61,7 +67,7 @@ This plugin is known to conflict with certain plugins, many pertaining to SEO an
...
@@ -61,7 +67,7 @@ This plugin is known to conflict with certain plugins, many pertaining to SEO an
= 0.8 =
= 0.8 =
* When WordPress determines a request is a 404, don't activate the plugin's functionality.
* When WordPress determines a request is a 404, don't activate the plugin's functionality.