Skip to content

Instantly share code, notes, and snippets.

@johnc37
johnc37 / gist:cd8fdee3343a60ef2772a213eb193e5a
Created July 16, 2025 14:23
WordPress Subsection Pattern: Custom Post Type with Homepage Selection
# WordPress Subsection Pattern: Custom Post Type with Homepage Selection
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.
## Overview
The pattern consists of:
1. **Custom Post Type** with archive enabled
2. **Settings Page** for homepage selection
3. **Archive Template** that displays selected homepage content
@johnc37
johnc37 / WORDPRESS_SUBSECTION_PATTERN.md
Created July 16, 2025 14:23
WordPress Subsection Pattern: Custom Post Type with Homepage Selection

WordPress Subsection Pattern: Custom Post Type with Homepage Selection

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.

Overview

The pattern consists of:

  1. Custom Post Type with archive enabled
  2. Settings Page for homepage selection
  3. Archive Template that displays selected homepage content