Content Blocks
Content Blocks are reusable HTML snippets that you can embed in any content page or editor using shortcodes.
Block Types
- Headers — Reusable header HTML blocks
- Footers — Reusable footer HTML blocks
- Menus — Navigation menu blocks (with optional accent color support)
Using Shortcodes
Each block has a unique slug. Insert a block into any HTML editor using the shortcode syntax:
[[block:your-slug]]
For example, if you create a footer block with slug "main-footer", insert [[block:main-footer]] anywhere to render it.
Creating a Block
- Navigate to the appropriate block type (Headers, Footers, or Menus)
- Click + Add
- Enter a title and optional slug
- Set the language and published status
- Write the HTML content using the rich text editor
- Click Save
Menu Blocks
Menu blocks have extra options: Use site accent color applies the site's accent color, and Override background lets you set a custom background color.