Footer
Location
- GP Element: ID 3040 — Site Footer
- Type: Block (Site Footer) — replaces default GeneratePress footer
Layout
The footer is built with GenerateBlocks containers. Desktop layout is a 3-column grid:
| Column 1 (35%) | Column 2 (30%) | Column 3 (20%) |
|---|---|---|
| Logo (legacy GP Personale asset) | Blog Categories | Navigations |
| Empty description slot | About | |
| DevOps | Privacy Policy | |
| AI | Terms of Use | |
| Security | ||
| Code |
Below the grid is a full-width bottom bar with centered copyright:
{{current_year}} id86.net
Legacy Content Note
The footer still uses the legacy GP Personale logo asset and an empty description slot. The old phone, email, WhatsApp, and social placeholders were removed. The remaining logo asset should be replaced with an ID86-owned asset when branding assets are finalized.
Current Links
/about/— About/privacy-policy/— Privacy Policy/terms-of-use/— Terms of Use
Subscription Bar Placement
The [id86_subscribe] shortcode was manually added to the top of the Site Footer element content so it renders above the footer columns. This is the preferred placement approach instead of using the separate Subscribe Bar element via a hook.
CSS
The footer gets its styling from GeneratePress defaults, GP Premium, and the child theme's ID86 brand section:
- Background:
var(--tax-color)(dark background). - Text: white and muted gray links.
- Links have hover transition to white.
- The footer does not use the ID86 brand system directly — this is a legacy from the GP Personale theme.