acf-post_types.php
Custom post type registration
Registers three interconnected custom post types:
- job: Main job postings (public, has archive)
- job_location: Work locations (nested under jobs in admin)
- job_company: Hiring companies (nested under jobs in admin)
Post Type Features:
- All support revisions
- job_location and job_company are queryable but not public (no frontend URLs by default)
- All are available in REST API for block editor
- WPML translatable (see wpml-config.xml)
- Nested menu structure for better organization