WP Grid Builder (WPGB)
Overview
This section documents the default WP Grid Builder configuration used in MAC Starter.
The goal is to keep the plugin predictable and minimal:
- keep the global plugin settings explicit
- document the default facet set used by the starter
- make filter behavior reproducible across projects
- avoid hidden drift between the exported config and the docs
Covered Areas
Default Approach
- Keep general plugin settings close to the documented baseline in Settings.
- Keep facet behavior aligned with the exported source data documented in Facets.
- Use the WP Grid Builder layer for structured browsing, filtering, and discovery, not as a substitute for a clean content model.
- Keep starter-level configuration generic enough to reuse across projects, then document project-specific deviations separately.
Notes
- The facet set is documented from the local export in
static/mac-starter-wpgb-facets.json. - The facet landing page uses a
.baseembed so the section list stays in sync with the individual facet docs. - If a project needs custom grids, cards, or filtering behavior beyond the baseline, document that variance in the project docs instead of silently changing the MAC Starter defaults.