Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Multiple subpages for a post on WordPress Reply To: Multiple subpages for a post on WordPress

#171029
Ilan Firsov
Participant

Managed to get this working.

For future reference:
First we need to edit the custom post type to allow parent-child relationship (set “Hierarchical” option to true)

Then we can add an advanced custom fields group to the parent page:
Show this field group if -> post type is equal to [custom post type] AND
page type is equal to Top level page

And a seperate advanced custom fields group for the children pages:
Show this field group if -> post type is equal to [custom post type] AND
page type is equal to Child page

BTW, no edit option for posts here?