Subordinate Post Type Helpers

This plugin provides a number of helpers for registering a custom post type that is subordinate to another post type.

Author:randyhoyt (profile at wordpress.org)
WordPress version required:3.4
WordPress version tested:3.5.2
Plugin version:0.2.3.1
Added to WordPress repository:04-08-2012
Last updated:12-01-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:20
Rated by:1
Plugin URI:
Total downloads:1 205
Active installs:10+
plugin download
Click to start download

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:

  • https://github.com/randyhoyt/mythsoc-groups

ChangeLog