This document outlines a pattern for creating "subsections" in WordPress using custom post types with configurable homepage selection. This approach allows you to create dedicated sections of your site (like /about
, /services
, /resources
) that behave like mini-sites within your main WordPress installation.
The pattern consists of:
- Custom Post Type with archive enabled
- Settings Page for homepage selection
- Archive Template that displays selected homepage content