You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WordPress pagination plugin. Paginate content easily and efficiently. Learn more at [https://pagelinksplus.com](https://pagelinksplus.com).
13
+
WordPress pagination plugin. Paginate content easily and efficiently.
14
14
15
15
= Demo =
16
16
@@ -20,50 +20,74 @@ Check out the [Page-Links Plus Demo](http://demo.pagelinksplus.com/wp-login.php)
20
20
21
21
[vimeo http://vimeo.com/109187562]
22
22
23
-
While WordPress' [<!--nextpage--> quicktag](http://codex.wordpress.org/Write_Post_SubPanel#Quicktags) and [wp_link_pages() function](http://codex.wordpress.org/Function_Reference/wp_link_pages) make integrating page links rather effortless, WordPress doesn't offer a native single-page option. Addressing this limitation, the basic Page-Links Plus plugin adds this option to WordPress page lists.
24
-
25
-
The Single Page module also serves as the basic framework for the other [Page-Links Plus modules](https://pagelinksplus.com/).
1. Install and activate the basic Page-Links Plus plugin. (If you're unfamiliar with installing WordPress plugins, please read [this page from the Codex](http://codex.wordpress.org/Managing_Plugins)).
30
28
31
-
2. You'll see a new top-level admin menu titled "Page-Links Plus" where you can globally enable/disable the single page view.
29
+
2. You'll see a new top-level admin menu titled "Page-Links Plus" where you can manage plugin settings.
32
30
33
-
3. After enabling, users can also activate the single-page view by appending `?singlepage=1` to the end of any page or post (e.g., `http://sampleurl.com/page-title?singlepage=1`).
31
+
== Screenshots ==
34
32
35
-
4. Add other Page-Links Plus modules:
33
+
Try a fully-functioning demo here: [http://demo.pagelinksplus.com/wp-login.php](http://demo.pagelinksplus.com/wp-login.php).
36
34
37
-
* The [Pagination Styles](https://pagelinksplus.com/) module makes it easy for WordPress users to integrate HTML elements and CSS classes and id's and manage `wp_link_pages()` parameters.
38
-
* The [Auto Pagination](https://pagelinksplus.com/) module allows WordPress users to trade tedious in-line `<!--nextpage-->` tags for a site-wide management tool that paginates posts and pages quickly and uniformly.
39
-
* The [Scrolling Pagination](https://pagelinksplus.com/) module helps WordPress users customize the "nextpagelink" and "previouspagelink" `wp_link_pages()` parameters and integrate custom-length, scrolling page lists into posts and pages.
35
+
== Frequently Asked Questions ==
40
36
41
-
== Frequently Asked Questions ==
37
+
See the [GitHub project wiki](https://github.com/studiohyperset/wordpress-pagination-plugin/wiki).
42
38
43
-
See [https://pagelinksplus.com/documentation-and-resources/](https://pagelinksplus.com/documentation-and-resources/)
39
+
== Changelog ==
44
40
45
-
= Links =
41
+
= 2.5 (5/13/19)
46
42
47
-
* [Learn more about Page-Links Plus](https://pagelinksplus.com).
* Create a discussion post in the [Page-Links Plus community](https://pagelinksplus.com/forums/).
51
-
* Learn more about [Studio Hyperset](http://studiohyperset.com/).
43
+
PLP is now 100% free.
52
44
53
-
== Screenshots ==
45
+
= 2.4.2 (7/10/18)
54
46
55
-
Try a fully-functioning demo here: [http://demo.pagelinksplus.com/wp-login.php](http://demo.pagelinksplus.com/wp-login.php).
47
+
Changed the way PLP handles updates (custom SVN server > GitHub releases)
56
48
57
-
**PLP in :02**
49
+
= 2.4.1 (7/9/18) =
58
50
59
-
[vimeo http://vimeo.com/109187562]
51
+
Allow users to exempt pages and posts from pagination, fixed miscellaneous error warnings
60
52
61
-
== Changelog ==
53
+
= 2.4 (2/11/15) =
54
+
55
+
Bug fixes, feature enhancements
56
+
57
+
= 2.3.2 (12/19/14) =
58
+
59
+
Bug fixes, feature enhancements
60
+
61
+
= 2.3.1 (11/25/14) =
62
+
63
+
Bug fixes
62
64
63
-
Review the PLP change log here: [https://pagelinksplus.com/documentation-and-resources/](https://pagelinksplus.com/documentation-and-resources/)
65
+
= 2.3 (11/12/14) =
66
+
67
+
Added multisite (MU) support, minor copy/content adjustments
68
+
69
+
= 2.2 (5/10/14) =
70
+
71
+
Allows automatic pagination by number of paragraphs, number of words, and total number of pages. Ajax pagination option. Review the detailed PLP change log here: [https://pagelinksplus.com/documentation-and-resources/](https://pagelinksplus.com/documentation-and-resources/).
72
+
73
+
= 2.1 (2/1/14) =
74
+
75
+
v.2.1 adds a number of new features to PLP, all of which can be reviewed here: Review the PLP change log here: [https://pagelinksplus.com/documentation-and-resources/](https://pagelinksplus.com/documentation-and-resources/)
76
+
77
+
= 2.0 (9/12/12) =
78
+
79
+
New functionality: top-level admin menu item and module framework. Shortcode/HTML fix. Globally enable/disable single-page option for pages and posts using admin UI. (v.1.0 "?singlepage=1" URL parameter maintained.) Review the detailed PLP change log here: [https://pagelinksplus.com/documentation-and-resources/](https://pagelinksplus.com/documentation-and-resources/).
80
+
81
+
= 1.1 (3/2/12) =
82
+
83
+
Extra lines fix. Review the detailed PLP change log here: [https://pagelinksplus.com/documentation-and-resources/](https://pagelinksplus.com/documentation-and-resources/).
64
84
65
85
== Upgrade Notice ==
66
86
87
+
= 2.5 (5/13/19)
88
+
89
+
PLP is now 100% free.
90
+
67
91
= 2.4.2 (7/10/18)
68
92
69
93
Changed the way PLP handles updates (custom SVN server > GitHub releases)
@@ -103,9 +127,3 @@ New functionality: top-level admin menu item and module framework. Shortcode/HTM
103
127
= 1.1 (3/2/12) =
104
128
105
129
Extra lines fix. Review the detailed PLP change log here: [https://pagelinksplus.com/documentation-and-resources/](https://pagelinksplus.com/documentation-and-resources/).
0 commit comments