Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 492 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 492 Bytes

WordPress: Plugin: Subordinate Post Type Helpers

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.