-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
28 lines (20 loc) · 1.14 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
=== Plugin Name ===
Contributors: randyhoyt
Tags: custom post types
Requires at least: 3.4
Tested up to: 3.5
Stable tag: 0.2.3.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This plugin provides a number of helpers functions to aid in the creation of subordinate relationships between two post types.
== Description ==
This plugin provides a number of helpers functions to aid in the creation of subordinate relationships between two post types, one-to-many relationships in which posts of one type are children of another. (For example, a Job Listing might have a Company as a parent; a Meeting might have a Group.) With this plugin activated, developers can easily write code in their plugins and themes to register two post types related in this manner.
For an example on how to use the functions this plugin makes available, check out my Groups and Meetings plugin on Github:
<ul><li>https://github.com/randyhoyt/mythsoc-groups</li></ul>
== Changelog ==
= 0.2 =
* 'show_in_menu' argument is now honored for the child post type.
= 0.1.1 =
* 'post' can now be specified as the parent post type.
= 0.1 =
* Initial version.