DIVI 5 MODULE DEMO
Theme Builder: Headers & Footers
The DIVI 5 Theme Builder allows you to create global headers and footers that apply to all pages on your site. Templates are stored as custom post types: et_header_layout, et_footer_layout, et_template, and et_theme_builder.
Theme Builder Database Structure
The Theme Builder uses 4 custom post types:
| Post Type | Purpose | Key Meta |
|---|---|---|
et_header_layout |
Stores header block content | _et_pb_use_divi_5=on |
et_footer_layout |
Stores footer block content | _et_pb_use_divi_5=on |
et_template |
Links header + footer IDs | _et_header_layout_id, _et_footer_layout_id |
et_theme_builder |
Points to active template | _et_template |
Current Header: Zero Noise Marketing
This site is currently using the ZNM header and footer, imported from the Zero Noise Marketing production site. The header contains:
- Section 1 (black,
#000000): BOOK A CALL button + navigation menu - Section 2 (blue,
#1565c0): ZNM logo + social icons + phone numbers - Section 3 (blue): Navigation menu row
The header is stored in post ID 147 (et_header_layout, published). The footer is stored in post ID 148 (et_footer_layout, published).
