Guide

Block Area Modules user guide

Fill named theme zones with reusable Block Module content.

Concepts

PieceWhat it is
Block ModuleA block_module post — a full block-editor document used as slot content
Block AreaA block_area taxonomy term naming the zone (for example topic-lede)
Block Area blockTheme placement that resolves which module to show

Optional taxonomies scope a module to a topic category, regions-countries term, collection, or newsletter list.

Create a module

  1. Open Block Modules in wp-admin
  2. Create a module and build its content (often story items and layout blocks)
  3. Assign a Block Area term
  4. Optionally assign category / regions-countries / collection / newsletter list for scoped zones

Configure a Block Area in a template

Insert Block Area (or a variation: Topic, Regions Countries, Collections, Newsletter List). On first use the setup wizard walks you through:

  1. Intro

    Configure a block area, choose an existing module, or start a new module.

  2. Select or create the area

    Pick a block_area term or name a new one.

  3. Optional taxonomy scope

    Scope by taxonomy, or inherit the current term from a taxonomy archive template.

  4. Review and finish

    Confirm settings, then pick or create the module. The block shows the synced module content.

After setup, use inspector controls to re-point the area or module. A direct ref pins one module and skips taxonomy lookup.

Avoid repeating stories

Wrap block areas and sibling query blocks in Block Area Context Provider. Posts already shown as story items inside the module are excluded from those query loops.

Was this helpful?