WP Manifestindependent plugin directory
manifest / content / acf-child-post-field

Advanced Custom Fields: Child Post Field

Adds the ability to edit related posts directly from a parent post.

by Lucas Stark · github.com/lucasstark/acf-child-post-field · website

46stars
9forks

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/lucasstark/acf-child-post-field/archive/refs/heads/master.zip

Declares an update source (lucasstark/acf-child-post-field), so updates arrive through the plugin's own updater.

From the readme

acf-child-post-field Adds the ability to edit related posts directly from a parent post. Child Post Field is a field similar to the Post Object field, however it allows you to actually edit a selected post directly from the parent post referencing it. This is very useful when you are using custom post types which are logically hierarchical in nature. Examples of use case might include: House - Rooms Degree Programs - Courses Teams - Team Members Products - Product Variations Workshop - Speakers Any time you would normally use a post object field or a post relation field you can use this instead. It will allow you to directly edit the "child" posts from it's parent.

Read the full README on GitHub →