wpscholar / block-theme

An experiment with block themes in WordPress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Block Theme

Questions

  • How are translations handled when text is in an HTML file?
  • How do I add links to post entries?
  • How does pagination work?
  • Why are we hard-coding navigation links?
  • Am I going to be able to nest my block template parts in subdirectories?
  • What is the best way to handle class names on the parent element when that class name is dependent on whether or not there is a featured image as a child element?
  • How would I create a custom template?

Missing Blocks

Gotchas

  • Don't worry about adding foundational HTML like or , those are already taken care of. All blocks are also wrapped in a 'wp-site-blocks' div.
  • Make sure to update your permalinks not to be 'Plain' or testing contexts won't work as expected.

Resources

About

An experiment with block themes in WordPress


Languages

Language:PHP 72.9%Language:HTML 22.0%Language:CSS 5.1%