I need to create a custom post type where the custom post type URL is nested off a normal page.
e.g. sample.com/reports (this is a normal page) and the custom post type is sample.com/reports/A/
so the custom report type would be sample.com/reports/A, not samepl.com/A/
When I try to rewrite or set the URL slug as /reports/A lets me create custom post type pages but they show up blank when I navigate to the URL. Other custom post types work fine.
Any way around this?