-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathreadme.txt
92 lines (57 loc) · 1.56 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
=== Powerful Posts Per Page (PPPP) ===
Contributors: Toro_Unit
Donate link: https://www.amazon.co.jp/registry/wishlist/COKSXS25MVQV
Tags: post type,taxonomy,cms,posts per page
Requires at least: 4.3
Tested up to: 5.3
Requires PHP: 5.3
Stable tag: 1.1.0
License: GPLv2 or Later
Posts per page for custom post types and taxonomies.
== Description ==
Simple Customization posts per page for your sites.
You can change posts per page by taxonomy or category or tag or custom post type.
= Available Setting =
* Custom Post Type
* Custom Taxonomy
* Category
* Tag
This plugin use `pre_get_posts`.
[This Plugin published on GitHub.](https://github.com/torounit/pppp)
Donation: Please send Amazon Gift to donate[at]torounit.com.
= Translators =
* Japanese(ja) - [Toro_Unit](https://www.torounit.com/)
== Installation ==
* Download the pppp.zip file to your computer.
* Unzip the file.
* Upload the `pppp` directory to your `/wp-content/plugins/` directory.
* Activate the plugin through the 'Plugins' menu in WordPress.
That's it. You can access the posts per page setting by going to *Settings -> Reading*.
== Screenshots ==
* screenshot-1.png
== Changelog ==
= 1.1.0 =
* Test WordPress 5.3
* PHPCS fix.
= 1.0.1 =
* Test WordPress 4.9
= 1.0.0 =
* Use Settings API.
* PHPCS fix.
= 0.9.2 =
* Remove git from wp.org.
= 0.9.1 =
* Test for 4.7.
* Bug Fix.
= 0.9.0 =
* Unit Test.
= 0.7.2 =
* Fix Not Working Category and Tag.
= 0.7.1 =
* Fix uninstall hook method call.
= 0.7 =
* Divid into small class a large class.
= 0.6 =
* First release.
== License ==
GPL v2 or Later.