-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
52 lines (35 loc) · 1.25 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
=== Get by taxonomy/category parent for WP REST API ===
Contributors: mmediagroup
Donate link: https://github.com/sponsors/M-Media-Group
Tags: rest-api, api, wp-api
Requires at least: 4.6
Tested up to: 5.7
Requires PHP: 7.2
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Add the ability to get posts by the parent category in the WordPress REST API.
== Description ==
Add the ability to get posts by the parent category in the WordPress REST API.
= Usage =
You can use the new endpoint with: `/wp-json/wp/v2/posts?parent_category=[XXX]`
== Features ==
1. 100% free
2. Get posts by the category they belong in (including parent, grandparent, etc categories)
== Installation ==
1. Search for the "Get by taxonomy/category parent for WP REST API" plugin in Plugins > Add New.
2. Press "Install Now".
3. When the installation is complete, press "Activate plugin".
== Frequently Asked Questions ==
= Is it free? =
Yes, this plugin is free to use.
== Changelog ==
= 1.0.1 =
* Updated supported WP version number.
= 1.0 =
* Initial commit.
== Upgrade Notice ==
= 1.0.1 =
If you're not on 1.0.1 - are you really living?
== Privacy policy ==
This plugin works locally. No data is sent to other servers, or stored anywhere.