bobbingwide / fizzie

Fizzie theme - a Full Site Editing theme using Gutenberg blocks
9 stars 1 forks source link

Update Fizzie to cater for changes in 10.6.0-rc.1 #67

Closed bobbingwide closed 1 year ago

bobbingwide commented 3 years ago

See the following: Menu items displayed incorrectly again

https://github.com/bobbingwide/fizzie/issues/26#issuecomment-833850194

Also there are changes to a couple of blocks

Was Now
post-tags post-terms post_tag variation
post-hierarchical-terms post-terms category variation

Code changes necessary are: From

<!-- wp:post-tags /-->

<!-- wp:post-hierarchical-terms {"term":"category"} /-->

to

<!-- wp:post-terms {"term":"post_tag"} /-->

<!-- wp:post-terms {"term":"category"} /--> 
bobbingwide commented 1 year ago

delivered in 0.6.1