Viewing 1 replies (of 1 total)
  • Yes but you need to make sure your custom post type is hierarchical.
    When registering your CPT make sure to set this param as true:
    'hierarchical' => true,

    By default this is false for custom post types

Viewing 1 replies (of 1 total)
  • The topic ‘With Custom Post Types’ is closed to new replies.