Any way to set user role permissions in the site editor?
Any way to set user role permissions in the site editor?
Any way to set user role permissions in the site editor?
Unfortunately, this is not yet possible. This has been requested at https://github.com/WordPress/gutenberg/issues/27809 and if you have a github account, you can subscribe to the issue and keep track of its progress.
Check that you have the newest WordPress version (WP 6.2.2 at the time of this writing) Check that you are editing group block. If you are not, then select from the block menu “group” to wrap a block in a group. Only group block has sticky option.
I tested both example from docs and your example. Both work, so docs example is not broken, as I previously assumed. Something else is the problem. Perhaps you started with one version of the block and then renamed something in code, or accidently added something. Enter code editor instead of visual editor in block editor … Read more
When you make modifications to templates the new HTML of the template is saved as a custom post type with the wp_template post type. This is then used instead of the version stored in the theme directory. The same is true template parts, except the post type for those is wp_template_part. When you modify global … Read more
@TomJNowell – Thanks for this detail info, clarification and advice. I didn’t know about the new debug constant so will learn how to utilize that, and will use a child theme. I wasn’t able to fix this issue, so I spun up a new server and my font updates worked. So I’ll just abandon the … Read more
How can I insert block content between post templates within the query loop block?
WordPress Page Width Issue: Seeking Solutions
where the setting is stored in FSE, not theme.json
How do I add unique id values to query loop block post template tags?