#themeJson
Sudden crazy idea of the day, what if I could parse WordPress' theme.json via 11ty to create a custom CSS file for use in static templates:

const themeJSON = JSON.parse(await readFile(new URL('./theme.json', import.meta.url)));
eleventyConfig.addGlobalData('theme', themeJSON);

And I think I can!
dgwltd-theme/src/11ty/content/wp.njk at main · dogwonder/dgwltd-theme
Contribute to dogwonder/dgwltd-theme development by creating an account on GitHub.
github.com
November 27, 2024 at 5:01 PM
Wenn bei einem Block Theme der Abstand vom Inhalt (Content) zum Header bei einer WordPress-Website verändert werden soll, gibt es verschiedene Optionen. In dem folgenden Beitrag erläutere ich einige Änderungsmöglichkeiten.
haurand.com/block-themes...
#BlockThemes #Template #themeJson #WordPress
Block Themes: Abstand zwischen Header und Content
Wenn der Abstand vom Inhalt (Content) zum Header bei einer WordPress-Website mit einem Block Theme verändert werden soll, gibt es verschiedene Optionen. In dem folgenden Beitrag erläutere ich entsprec...
haurand.com
April 17, 2026 at 8:13 AM
WordPress 7.1 Mary Lou: todo lo nuevo del editor

Descubri que trae WordPress 7.1 Mary Lou: nuevo modal de medios, notas con menciones, bloques Playlist y Tabs, y el editor de entradas en iframe

#wordpress71 #marylou #gutenberg #editordebloques #themejson
WordPress 7.1 Mary Lou: todo lo nuevo del editor
Modal de medios rediseñado, notas con menciones, bloques Playlist y Tabs, editor en iframe y APIs nuevas para desarrolladores.
wordpress.donweb.com
August 20, 2026 at 12:20 PM
Estilos responsive por bloque en WordPress 7.1

Como aplicar estilos responsive bloques WordPress 7.1 por movil, tablet y desktop sin CSS, con breakpoints propios en theme.json. Guia rapida 2026

#wordpress71 #responsive #gutenberg #themejson #blockeditor
Estilos responsive por bloque en WordPress 7.1
Estilos distintos para movil, tablet y desktop sin CSS y breakpoints propios en theme.json. Lo nuevo de WordPress 7.1 explicado.
wordpress.donweb.com
August 6, 2026 at 5:52 AM
Design systems are moving entirely into core. Thanks to #themejson maturity, brand updates are highly controlled deployments rather than chaotic CSS scavenger hunts. You can lock down global typography, spacing, and components to ensure absolute brand consistency.
May 23, 2026 at 6:02 PM
These 2 guys

These two lines of 11ty code have really helped me increasingly over the last year or so // Read and parse the WP theme.json file const themeJSON = JSON.parse(await readFile(new...

https://dgw.ltd/2025/09/26/these-2-guys/
These 2 guys
These two lines of 11ty code have really helped me increasingly over the last year or so // Read and parse the WP theme.json file const themeJSON = JSON.parse(await readFile(new URL('./theme.json', import.meta.url))); // Add theme settings to Eleventy global data eleventyConfig.addGlobalData('theme', themeJSON); I love design systems and I try where possible to stuff as much...
dgw.ltd
June 17, 2026 at 2:11 PM
Imágenes con marco en WordPress 7.0: qué hacer

¿Tus imágenes tienen marco después de actualizar a WordPress 7.0? Es una nueva función, no un bug. Descubrí cómo quitarlo o ajustarlo en 4 métodos.

#wordpress70 #bloqueimagen #bordersettings #gutenberg #themejson
Imágenes con marco en WordPress 7.0: qué hacer
WordPress 7.0 activó Border Settings en el bloque de imagen. Entendé por qué aparecen marcos y cómo quitarlos con CSS o theme.json.
wordpress.donweb.com
May 22, 2026 at 1:55 AM
En este artículo te muestro:

✅ Cómo estructurar theme.json para variaciones de estilo
✅ Ejemplos prácticos de personalización (colores, tipografía, más)
✅ Cómo aplicarlas fácilmente en el editor de WordPress

🔗 www.bubuku.com/como-usar-th...

#themejson #Personalización #WordPress
theme.json: crea variaciones de estilo en temas de WordPress
Descubre cómo utilizar theme.json para crear variaciones de estilo en WordPress y personalizar tu tema de manera sencilla.
www.bubuku.com
December 4, 2024 at 12:58 PM
For a long time, the logic of a WordPress® theme lived primarily in functions.php. If[…]
 
#WordPress #Dev #themejson
The Anatomy of theme.json: A Developer's Cheat Sheet
For a long time, the logic of a WordPress® theme lived primarily in functions.php. If you wanted to add support for a custom logo, wide alignment, or editor styles, you… 
www.wpnews.io
May 14, 2026 at 9:00 PM
What Is the theme.json File in WordPress? - block themes theme.json WordPress blocks wordpress customization WordPress themes - Read more: https://blogwp.io.vn/what-is-the-theme-json-file-in-wordpress/
July 15, 2025 at 7:01 PM