-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update for Gutenberg 10.9.0 #33
Comments
Changing the code to use Comments:
|
When attempting to resolve the Site Logo problem I ended up with a logo size with a non-integer width
In the original |
The “Cannot read property: limitExceeded” message had already been raised as an Issue. I added my comment WordPress/gutenberg#32939 |
I’ll have to change the |
In Gutenberg 10.9.0 the
wp:query-loop
block has been renamed towp:post-template
.The Gutenberg code has been changed to cater for existing Query Loop blocks.
But ThisIs implements a Query Loop override to support order by rand.
This may or may not explain other problems that I've noted after updating to 10.9.0
front-page.html
thelatest-posts.html
template part is showing a link to the home page, not 3 links to the most recent posts.Note: The first two messages are from oik-blocks - oik-css block is not being registered correctly - oik-blocks uses the old registration method. Time to update eh?
The text was updated successfully, but these errors were encountered: