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

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #170847
    Ilan Firsov
    Participant

    I’m working on a personal website to host a few projects of mine and thought I’d use WordPress as a CMS.
    Each project I’d like to have some sub-pages: overview and general info, features, faqs, etc…
    Is this something that I can do with WordPress? Now that I think on it, maybe I can manage something like this with custom post types and a few links, but it’s going to be a hell to manage it.
    Any ideas what I can do?

    #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?

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Other’ is closed to new topics and replies.