Theme Settings Mapping
A conversion doesn't just rebuild pages — it also sets up the site's design system in Theme Settings (the palette, typography, and layout tokens every element then consumes). Theme Settings is large, and the converter deliberately populates only the design-system tabs; the rest (header / footer chrome, blog, pages, misc) come from the generated child theme or are set by hand.
This section shows which tabs the converter populates, and — for each populated tab — an option-by-option coverage table.
-
✅ Populated · - 🟡 Partial · - ⚪ Manual
-
✅ Native — Derived and written from a source signal.
-
🟡 Via CSS — Reproduced via generated CSS; the native option is left empty (candidate to promote).
-
⚪ Unmapped — Left at default — no source signal, or set by hand.
-
⚙️ Auto — Plumbing. Excluded from the coverage percentage.
Generated from the converter's design-system extraction (with a PHP↔JS parity twin) cross-referenced against the theme's option groups. Converting a source? See also Element Mapping and How It Works.
Coverage by tab
| Group | Tab | Coverage | Detail / note |
|---|---|---|---|
| General | Colors | ✅ Populated | ✅ 7 native · 88% |
| Design System | Components | ✅ Populated | ✅ 68 native · 75% · 11 libraries |
| General | Typography & Fonts | ✅ Populated | ✅ 1 native · 14% |
| General | Backgrounds (Site / Section / Footer) | ✅ Populated | ✅ 4 native · 80% |
| General | Layout | 🟡 Partial | ✅ 1 native · 14% |
| Footer | Footer | 🟡 Partial | ✅ 2 native · 29% |
| General | Base | ⚪ Manual | Selection / scrollbar / focus colours — opt-in, set by hand. |
| General | Settings · Pages · Sidebar · Social | ⚪ Manual | Behavioural / structural defaults — not derived from a source design. |
| Header | Header (Identity, Layout, Top/Bottom bar, Menu, Mega Menu…) | ⚪ Manual | The header chrome comes from the generated child theme + captured menus, not Theme Settings design keys. |
| Content | Blog · Single · Archives · Pages | ⚪ Manual | Post/archive layout defaults — not part of a page conversion. |
| Misc | Misc | ⚪ Manual | Miscellaneous toggles — set by hand. |