I love that the font size classes for the navigation are applied to each link, so you can't override them, because the order they are written in your theme.json font size is the order they get rendered inline.
October 22, 2025 at 3:07 PM
I love that the font size classes for the navigation are applied to each link, so you can't override them, because the order they are written in your theme.json font size is the order they get rendered inline.
Not sure if this is exactly what you mean, but I’ve been working with a lot of dynamic blocks lately. I usually start by scaffolding out the logic and markup in render.php until it starts to feel cluttered or hard to navigate, then I refactor into multiple files as needed.
June 19, 2025 at 5:35 PM
Not sure if this is exactly what you mean, but I’ve been working with a lot of dynamic blocks lately. I usually start by scaffolding out the logic and markup in render.php until it starts to feel cluttered or hard to navigate, then I refactor into multiple files as needed.
WordPress and the block editor in particular could’ve benefited from a proper Fields API earlier on. It would’ve helped separate content from layout more cleanly and offered better templating options… but here we are?!
May 29, 2025 at 1:32 PM
WordPress and the block editor in particular could’ve benefited from a proper Fields API earlier on. It would’ve helped separate content from layout more cleanly and offered better templating options… but here we are?!
Not the most elegant solution, but when I’ve made changes in the Site Editor, I’ve always exported the theme and overwritten the theme files in my repo. This mostly works with minimal issues.
I do find our overreliance on saving page layout, site layout, and content all in the database concerning.
May 29, 2025 at 1:29 PM
Not the most elegant solution, but when I’ve made changes in the Site Editor, I’ve always exported the theme and overwritten the theme files in my repo. This mostly works with minimal issues.
I do find our overreliance on saving page layout, site layout, and content all in the database concerning.
I’ve yet to work with a web designer using Figma who consistently names and groups their layers, uses components properly, applies styles, or leverages any of the other features needed to produce dev ready designs...let alone something suitable for automatic slop site generation.
May 8, 2025 at 2:40 PM
I’ve yet to work with a web designer using Figma who consistently names and groups their layers, uses components properly, applies styles, or leverages any of the other features needed to produce dev ready designs...let alone something suitable for automatic slop site generation.
I was just speaking with a fellow developer about how your work has kept me more informed about Chrome than I have ever been. This is a huge loss for them.
April 11, 2025 at 6:56 PM
I was just speaking with a fellow developer about how your work has kept me more informed about Chrome than I have ever been. This is a huge loss for them.