WP Manifestindependent plugin directory
manifest / content / post-collections

Post Collections

Post Collections

by John Blackbourn for CFTP · github.com/cftp/post-collections

4stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/cftp/post-collections/archive/refs/heads/master.zip

Readme

Post Collections

A WordPress plugin that provides an admin UI for assigning a collection of posts to another post, and an API for fetching collections.

A post collection is a manually curated list of posts that gets attached to a single post. The collection can then be displayed by the theme however it sees fit. A post collection is similar in construct to ACF's post relationships, except post collections uses a taxonomy for the relationship so the collection can be queried in both directions (fetch the posts in this post's collection; fetch the post that owns this post's collection).

Support for post collections should be added to a post type via the post_collection_types filter.

Read the full README on GitHub →