Block patterns are registered with: If we wrap the …pattern… with a div tag: it will show up as a classic block in the editor. To avoid that, we can use the group block as an out of the box pattern wrapper with a custom class mywrapper: Theoretically one can use the custom html block as a pattern,...
To make things easier to locate the posts that contain a given block type, I've created a plugin that adds a dropdown filter for registered block types, under each list table in the admin.
This has been fixed in 4.7.3 After upgrading from WordPress multisite 4.6.3 to 4.7.2, I experienced that users: were not able to preview drafts – Not found 404 status have to log into each subsite separately can’t logout because of 403 status from wp_nonce_ays() (ays = are you sure) admin bar not visible on the...
There’s an interesting question on WordPress Stackexchange regarding the audio shortcode . It looks like it doesn’t support sources with GET parameters. Here are two examples: 1) Without GET parameters the audio player displays: where the shortcode is: http://s.w.org/images/core/3.9/JellyRollMorton-BuddyBoldensBlues.mp3 2) With GET parameters it only shows the audio link: where the shortcode is: http://s.w.org/images/core/3.9/JellyRollMorton-BuddyBoldensBlues.mp3?play=1 I...