So… did the theme.json tool come out? I am new here : )
Adam I love your tutorials.
Do you have one that talks about how to make a hybrid theme where part php hard coded with templates in visual studio codeand part built in Pinegrow for fse?
I want to not have to redo templates already built
Thx
Not really, but it isn’t a terrible idea. Basically, a hybrid theme is a very loose definition for pretty much anything that’s a cross between a block theme and a classic theme. There is also now a fourth thing that some genius decided to call a Universal Theme since we weren’t already confused enough.
The short answer to your question is pretty simple though. To start using block templates (this making your theme a block theme), all you need is a folder in your theme called ‘templates’ with a blank HTML file that overrides one of your classic PHP templates. WordPress will see the HTML file and turn on the site editor.
Hey Adam, is the theme.json also a thing that can be added or is it already included with the classic themes?