I have a custom post type called ‘event’. An event has multiple subpages like registration, speakers, contact us, etc. Currently the content is saved as one or more custom fields.
I would like to have an url structure like
events/{event_slug}/registration
events/{event_slug}/speakers
events/{event_slug}/contactus
With each URL displaying the information from each custom field, respectively.
Is there a way, we can achieve this in WordPress?