Skip to content

wpscholar/block-theme

Repository files navigation

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