WordPress.org

WordPress Planet

November 29, 2021

WPTavern: Gutenberg 12.0 Focuses on Cleanup and Minor Enhancements

Last week, contributors to the Gutenberg plugin wrapped up the version 12.0 release just ahead of the U.S. Thanksgiving holiday. Most work is being pushed toward the upcoming WordPress 5.9 release, which has been postponed to January 25. As a result, Gutenberg 12.0 has fewer bells and whistles and more bug fixes and maintenance. However, the latest update has a handful of enhancements.

The most notable features are an overhaul of block styles previews, grouped paragraph typography options, and block icons in the global styles sidebar. The site editor also has a new welcome guide, which should ship with WordPress 5.9 and introduce users to the new tool.

Theme authors can now opt-out of the core color palette and gradients. There is still a bug where this does not currently work for the site editor.

Block Styles Previews

Hovering a block style to see its preview.

For once in the last few years, the editor sidebar feels kind of clean and organized. When using a theme with multiple block styles, the style previews have been nothing short of an annoyance. The tab that held them took up a lot of space by presenting an entire demo of every option.

In the latest Gutenberg plugin release, the previews have been replaced with text-based buttons, emphasizing the style names. Users can still see what individual block styles look like by hovering over each one or focusing on it with a keyboard.

The downside to this new experience is that longer block-style names can sometimes get cut off. For example, the “Portfolio: Tilt Left” and “Polaroid: Tilt Right” options in my custom theme both read “Portfolio: Ti…” I will have to rethink their names, but that is a small price to pay for the cleaner interface.

Paragraph Drop Cap Control Moved

Drop cap control now under Typography tab.

It seems this release has been one for fixing those irritating issues with the user experience. The option for adding a drop cap to the Paragraph block now rests alongside similar controls under the Typography block options tab.

Formerly, users had to find it under a separate Text Settings tab, which only held the drop cap option. I am sure I have mentioned this being a poor user experience on a few occasions as someone who often reaches for the control. I, for one, am a happy camper with this change.

Icons Shown in the Blocks List

Blocks now show their icons.

After the Gutenberg 11.7 release, one of my suggestions was to add icons to the global styles blocks list. Previously, it was a vertical scrollable area with dozens of block names, making it hard to find something specific to customize.

Whether Nik Tsekouras, who wrote the patch for this change, happened to read that Tavern post or saw the same issue with his own experience, I am grateful that he coded a solution. Finding a block is now much faster because I can just scan the list for a recognizable icon.

Themes Can Opt Into All Appearance Settings

Note: This was incorrectly tagged as part of 12.0 but did not make it into the release. However, the code should be merged in the trunk branch of the Gutenberg repository.

For any theme author who has been working with theme.json, you know how unruly the file can get when enabling or disabling specific settings. A new flag allows themes to opt into support of all appearance-related options at once.

An example theme.json file would look like the following:

{
        "version": 2,
        "settings": {
                "appearanceTools": true
        }
}

Setting the appearanceTools flag to true enables support for all border, color, spacing, and typography options. This should cut back on unnecessary JSON code, especially for themers who are opting into almost everything. Theme authors can still disable specific features individually.

Depending on the theme author’s point of view, the potential up or downside to this new flag is that it will also enable support for other appearance-related features in the future. It would allow users to access new features before their themes officially support them. On the flip-side, theme authors may want more control or to run tests before enabling something new.

by Justin Tadlock at November 29, 2021 11:15 PM under gutenberg

WordPress.org blog: WP Briefing: Episode 21: All Things Block Themes!

In episode 21 of the WordPress Briefing, Executive Director, Josepha Haden Chomphosy, talks all things block themes with developers and theme specialists Maggie Cabrera and Jeff Ong.

Have a question you’d like answered? You can submit them to [email protected], either written or as a voice recording.

Credits

References

Transcript

Josepha Haden Chomphosy  00:11

Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. See, here we go!

Josepha Haden Chomphosy  00:40

Well, today, folks, in our podcast, I am joined by a couple of special guests. I know it’s been a bit since I’ve had a guest, so I’m very excited to introduce you to who I have with me today. Today, I have Maggie Cabrera and Jeff Ong. They both are working on themes, and especially the future of themes as we move into this low code, no code block based experience of editing things in WordPress. And there have been so many questions lately about what does the landscape of being a theme developer turns into once we move fully into this excellent promise of user empowerment for Gutenberg? I figured who best to come and talk to us about that than these two. So welcome, Maggie. Welcome, Jeff. I’m really excited to have this conversation with you today.

Jeff Ong  01:39

Thank you for having us. Excited to be here. 

Josepha Haden Chomphosy  01:45

I’m just gonna hop right in, and we will see what happens. The first thing that I want to chat about, I hear so many questions and so much discussion about patterns in a lot of different places. Like obviously, the work that I helped to steward the most is around like the Block Pattern directory and various other user-facing tools. And so I have never really been able to give a really solid answer about like patterns and how they work inside themes. And so I wondered if you all had anything that you could offer to our listeners to help clarify what is the power of patterns inside themes in the future? Implementation of themes?

Jeff Ong  02:34

I can try to start unless, Maggie? Okay. Well, if you take a look at what I’ve been doing for the last couple of months working on Twenty Twenty-Two. And if you look at that theme, it’s mostly just the collection of patterns. Patterns. As you know, if you read the description, the theme, it’s designed to be the most flexible and kind of like flexible theme ever, dare I say ever created. 

Josepha Haden Chomphosy  03:04

I think you can dare to say it. 

Jeff Ong  03:03

And, you know, I think a huge part of that is because of the Full Site Editing being launched, introduced in 5.9. And also that theme itself ships with all of these patterns in it that work with the overall design, but really can be configured to your own kind of unique liking and kind of taste and ultimately, what you want to accomplish, whether that’s I want to make a portfolio, I want to make, you know, a single-page website promoting like my podcast, or there are patterns for that kind of shipping with the theme. And they’ve all been kind of designed and tailored to work with the typography choices at a baseline level with the color choices at a baseline level, but can very easily be tweaked. And you can kind of rely on them to work with the editor. And I guess, kind of zooming out for a little bit, not just about Twenty-Twenty Two. 

Jeff Ong  04:04

But like patterns as this idea that a theme, hopefully, what it is, it’s a collection of different design options or layout options that are ultimately presented as patterns to the user, the patterns are just a really easy way to basically say “I want you this layout, like two columns of text or with like some images here.” Basically, a theme becomes a way of packaging the patterns together in a way that feels like a coherent piece of a coherent website. And I think that’s a pretty powerful idea. I know that the patterns directory is also opening up making those patterns pretty widely available. But I think a theme you could think of as like a curation of those patterns in a way that makes sense. And I think Twenty-Twenty Two is a really good example. I mean, I’m biased.

Josepha Haden Chomphosy  05:03

I also think it’s a good example. Maggie, did you have anything that you wanted to add to that?

Maggie Cabrera  05:08

Yeah, What I really like about patterns is how it empowers the user, even if they don’t really have like a deep knowledge of code, or they’re not used to the more complex blocks. When the theme developer gives you this pattern about using the query block, for example, it lays out your posts in a very compelling manner. And you can edit it if you want it or just use it out of the box. And you have this dynamic blog that it’s, like, such a big important part of your website. Like if you want to have a page where you have, you have maybe a podcast website, and you want to showcase your podcasts differently than your regular blog posts. So you can use a different gray pattern for that. And it’s like, really, really easy to use, even if you’re not familiar with it.

Josepha Haden Chomphosy  06:07

One of the things that I have found compelling about this new version of themes and kind of the way that themes are planning to look in the future; it’s going to be like a super throwback, so everyone get ready for me to sound old, my guests and my listeners alike. It reminds me of my original days of blogging on the web. I was not a developer and even though I had this really short stint of working with JavaScript in my career, at some point. Like no one actually would ever look to me and be like, that one is excellent at design and fixing everything with code, like I was just killer at searching for the right pieces of code, right. 

Josepha Haden Chomphosy  06:57

And so I remember sitting there on Zynga, which is, of course, now powered by WordPress, I absolutely just went out and found bundles of code that are now what we would consider themes and modified the small pieces that I needed to change in order to like really suit what I wanted to have happen on the site at the time. And they’re like, I knew I could break it all. Really easily. But also, it was, it was not scary to think about breaking it. Like it was clear how I could fix it if I really broke it. The content, like what I had written, was separate from everything to do with the way that it was looking. And so like, I wouldn’t destroy all of my work, just because I didn’t put a semicolon in the right place, or whatever it was in that moment. And so like, this future of themes really reminds me of this a lot where someone has curated how it can look how it should look. And you can just like add in modular pieces that will augment what was already intended, but still kind of work. And if it’s not gonna work, it’s kind of easy to fix too. So like, I’m excited. That was a really exciting time in my learning of the web and certainly was formative in my career, as we all now see. And so yeah, I think that’s really exciting. 

Josepha Haden Chomphosy  08:20

I did have actually another question that this conversation has kind of brought up for me. I have, obviously just use the term modular, which no one has ever used in the context of themes for WordPress. And I know that there is a lot there are a lot of terms kind of wandering around about themes right now. And especially as we’re moving into what themes can look like in the future. There was block based theme as a term for a while. And now it’s block themes. There was like this floating around the term, universal themes. And now we’re looking at just like block themes forever. And so I wondered if y’all could give us a just like a clear understanding of these terms that had been being used and maybe are going out of fashion? Like, are they important for us to keep knowing?

Jeff Ong  09:11

So yes, the history of terms around themes. And obviously, even my knowledge only goes back so far. But it was around when we started doing the block based themes meeting. And trying to I think that’s where that term kind of came from is like, oh, let’s, let’s start talking about this idea that themes can be completely made up out of blocks. And what does that mean? 

Jeff Ong  09:33

I think over time, it wasn’t just block themes, because, you know, previously, there were themes and even default themes that used and took into account the fact that blocks existed. So there was some confusion there. Enough time has gone on where we focus on this idea that themes whose templates are ultimately made out of blocks are block themes. And to me, it’s kind of as simple as that. Its themes that supply a set of templates that previously in the past were a collection of PHP and various template tags and whatnot is all transitioned to themes made up including other blocks, as well as themes that supply styles through theme.json configuration instead of supplying it in raw CSS. To me this idea is really crystallizing around like this is a block theme, one that is really, at its core, supplying a set of templates, and styles through a language that WordPress understands natively, and can allow it to be configured and customized in a really powerful way. And then maybe someday in the future, they’ll just be called themes again. If we do a good enough they will just be called themes.

Josepha Haden Chomphosy  10:57

I’m gonna, I’m gonna take us into a philosophical area now that you’ve just put us in there. You said, someday they’ll be called Themes. Again, I’ve talked about this on this podcast a few times. And for anyone who’s worked with me for any length of time, like you all probably heard this from me as well. But like, adjectives are so frequently the realm of things that are not what you expect, right? Because like you have coffee, and then decaf coffee, no one’s like caffeinated coffee, because that’s what you expect out of it. And so when you’re like themes, and block themes, it makes it look like block themes are secondary, which at the moment, they are, ish. But in the future, I think you’re probably right, there will be a time when the modifier isn’t necessary anymore because it will be hopefully a much better way for people to kind of change the way that their themes work and make it more usable for users and people who are, you know, having to manage their own site without necessarily wanting to or being able to, like, have a Maggie in the room to fix everything that they break. 

Josepha Haden Chomphosy  12:08

Maggie is nowhere near me. And so she’s never been in the room when I’ve broken anything. But I believe that Maggie on one occasion, at least, has come in and helped me fix something that I definitely broke. I’m an excellent breaker of WordPress things. Maggie, did you have anything you wanted to add to that question? 

12:29

Yeah, I guess, maybe clarify a bit, what universal themes are because, yeah, maybe some people have heard about the term but they don’t really know what they are. And maybe just clarify that. The term was born when developing block themes wasn’t something that you could actually do for production websites like you could build them to test some experiments, but they weren’t really ready for users to use. So universal themes want to grasp the power of love themes while still being ready for users. So the way they do it is they are block based, like we used to call them in the sense that the templates are made of blocks. But they are also able to be customized using the customizer, which is the old way of customizing themes, instead of using the site editor. So they can have a balance between two worlds between the worlds of classic themes and block themes. But they are, at heart, a temporary concept. They are bound to be blocked themes in the future, but with maybe a foot in the past, where they can actually serve users who are not ready for full-on site editor. But they are bound to be full block themes in the future.

Josepha Haden Chomphosy  14:00

There’s a really interesting concept in there. So universal themes, it sounds like are basically kind of like an on-ramp for people who are not really ready to fully commit to this for any number of reasons. Like we never want to say that we know the reason that people would be a little bit shy to get started with this. But like it’s kind of like an on-ramp, it’s a safe way to get back to something that they do know, in the event that what they don’t know, really hinders their progress makes it hard for them to get the work done.

Maggie Cabrera  14:31

I think I wouldn’t say that they are for people shyer to get into new stuff rather than developers who want to embrace the new stuff before it’s even really ready. They really want to embrace the power of the blocks instead of doing things the old way. But even if it’s not fully ready.

Jeff Ong  14:54

They still need to support the old way of doing things.

Maggie Cabrera  14:58

Like being backward compatible and being ready for any kind of user.

Josepha Haden Chomphosy  15:05

So mostly for developers, everyone who heard me just talking about how it was a great thing for users, ignore it.

Maggie Cabrera  15:12

It’s also good for users; If they feel secure in using the customizer.

Josepha Haden Chomphosy  15:20

Well, I think that there’s something important here that we certainly learned with the adoption of Gutenberg in 5.0. Right, which is that there is certainly one method of helping people to adopt things, which is to go like the art of war style, and kind of smash their rice pots and burn all their boats, like, that’s one way. Which works for a lot of companies in the world, I’m sure. But WordPress has always had kind of a commitment, not even kind of, has always had a commitment to backward compatibility. And like, we know that a lot of the work on Gutenberg is going to represent some breaking changes around the around workflows and around the user experience the interface, especially like, we know that. But the opportunity to like have a thing that gives you an early taste of what’s coming but also the ability to keep kind of working in your old space where you need to, I think it’s an excellent way to bring people forward into the future of things, I have never been a fan of the just like cut off all avenues and hope that they stay with your method because of course, like you can’t cut off all the methods. You can’t cut off all the ways people can get away from you. And even if we could, it wouldn’t be in line with how WordPress hopes to kind of help people through some tough stuff like making your first website is hard. If you are doing it as part of, an overall campaign that’s supposed to bring in leads for you or generate revenue like you don’t want to necessarily play with that in a way that could break things and be risky for you in the long term. So I think all the tools that we offer to help people kind of move forward with the technology move forward with the CMS as it’s moving forward, I think it’s really smart. And so universal themes are one of those things, but also not around to stay. As we move into non modified themes, just the word themes that happen to be based in blocks. If I’ve confused anyone, please email me at [email protected]. And tell me how I confused you. And I will do a follow-up to unconfuse everyone. 

Josepha Haden Chomphosy  17:40

So speaking of the way that we help people kind of move forward with WordPress and with the technology. So much has been done in the CMS in the past 12 months in the past 18 months to be able to move themes into this same future as the rest of the editor. Right. So like, for folks who have not been listening to me for the last five years, you may not know this. So I’m going to tell everybody now, like one of the pain points that Gutenberg overall is solving is the fact that you for a long time had to learn five different editing interfaces to get one thing done in WordPress, right. And so like the advent of blocks and moving it into more and more spaces in the CMS is intended to really flatten the editing experience by making the type of user interaction the type of workflow really similar across all of the editing interfaces in the CMS. And so themes are a natural extension of that, where we can take similar user patterns and workflows, and work them out into themes. So over the last 12 months or so probably a little bit more, there’s been a lot of work on the CMS to move us forward in that that is now enabling the work that we want to be able to do to move things forward ahead. And so, I mean, this is probably our last question. Is there anything that you all want to offer to people who maybe saw themes early on or saw Gutenberg early on and felt like this is just not for me, in that in that context of like, how far it’s moved ahead in the past 12 months or so.

Jeff Ong  19:23

So you’re asking like, what in the last 12 months has maybe like really surprised me or like sticks out to me as something that like, Wow, look how far we’ve come?

Josepha Haden Chomphosy  19:36

Yeah, yeah. So like, if you’re looking at what is the one thing that you saw in the last 12 months, that changed in the CMS that really enabled something wonderful for themes or from the other side of it. Like if someone had looked at themes or WordPress 18 months ago, and now they’re looking at it and seeing this new and different way to do things with the look and feel of their site, like what is one thing that they should be aware of? On either side of that question,

Maggie Cabrera  20:05

I think there’s more than one thing that has really evolved through this last year, year and a half. Like the maturity of some of the blocks is astounding now, like navigation blog, for example, was really bare-bones at the start and now it’s full potential, and it’s really looking really great. I would say the same thing about those days or the features on fire, like how basic it was at the start, was full potential. But now it’s really, really mature in terms of how much you can do with it. Like, I think the example, the perfect example of that is the work that Kjell [Reigstad] has done on Twenty-Twenty Two with the alternative theme.json files, where just changing that file basically feels like a new theme, with just the configuration and the styles. And without writing any CSS without changing any templates. It’s really, really amazing how that can turn into a reality. And it’s so easy for users to tinker with that if they want to. And it’s much easier than having to delve deep into CSS and changing everything in like 2000 lines of code. 

Jeff Ong  21:23

Yeah, I probably would echo most of that. What the thing that astounds me is global styles and how the UI can be shipping a theme or default theme with basically like, 20 lines of CSS, and have it be one of them. A beautiful, beautiful, like crisp and sharp, like, experience. It’s super fast. And it’s like, what this is a theme, you know, I thought a theme was supposed to supply all the styles like no, like, it’s just yeah. And workers do for you. Exactly. And like that. That’s pretty amazing to think in the last 12 months, we can go from, you know, shipping 1000s of lines of CSS to you none, it’s like, Wow, pretty cool. 

Josepha Haden Chomphosy  22:10

Well, my friends, thank you so much for joining me today. This has been a really interesting conversation. I hope that all y’all out listening. Also find it interesting. As I mentioned, if you have any follow-up questions, absolutely. Send them to me via email. And I collect all of my questions that I get through the year for answering at the end of the year, mostly because I don’t get lots of questions that people want to be answered on this. Everyone just asked me their questions on Twitter and in Slack, which is fine as well. 

Josepha Haden Chomphosy  22:41

So, Maggie, Jeff, thank you both for joining me. And I’m sure that we’ll talk to you all again soon. 

Josepha Haden Chomphosy  22:56

That brings us now to our small list of big things. In the last episode, I got all excited about being in the beta phase. But today, I’m rolling that back a little bit. As part of our usual open source processes, a group of contributors did a deep dive review on the WordPress 5.9 release and found a workflow that needed some refinement. So we are delaying the beta. 

Josepha Haden Chomphosy  23:19

Since we are in the midst of a major commerce slash/sales season, and of course, a lengthy holiday season, that delay also means that it makes sense to delay WordPress 5.9 final release a little as well. And so we are delaying that all the way into 2022 to January 25. For me, the trade-off works really well there. Every decision that we make in open source, of course, has some balance to it. It’s great for these aspects, it is less great for these aspects over here. But for myself, the opportunity to make sure that we have a really excellent experience for our users and also an opportunity to kind of avoid all of the chaos and hustle and bustle of the end of the year. Really, it seemed like a no-brainer for me. So in case you want to learn a little bit more about why we made the decision and get some insight into the actual milestones and where they have moved now, I’ll include some posts in the show notes below in case you want to read more and of course, if you have any additional questions you can always ask.

Josepha Haden Chomphosy  24:33

The second small list of big things is that the first back to people WordCamp. I don’t think that’s what we’re calling it. Our first back to people WordCamp is happening in a couple of weeks actually. WordCamp Sevilla is happening in person on December 11. And I’m so excited I wish I were local, but I’m not so if you are local stop by their website and pick up your ticket. 

Josepha Haden Chomphosy  24:55

And the third thing on our smallest a big things is that it is, of course, charitable giving season. I don’t know if you do your charitable giving at the end of the year or if that’s even part of your general ways of giving back. But I can think of two or three charitable organizations inside the WordPress ecosystem. There’s of course the WordPress Foundation, but also Big Orange Heart and HeroPress. If there are others out there, I certainly do want to know about them. WordPress Foundation also does additional giving on behalf of just like the open web and open source as a whole. So if you’re the sort of person who does their charitable giving at the end of the year, just a reminder that you have some options inside the WordPress ecosystem if you were trying to figure out some new places to donate to in 2021. 

Josepha Haden Chomphosy  25:42

And that is your small list of big things. Thank you so much for tuning in today for the WordPress Briefing. Thank you again to our special guests, Maggie and Jeff. I’m your host Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks.

by Chloe Bringmann at November 29, 2021 12:07 PM

November 27, 2021

Gutenberg Times: Gutenberg Changelog #56 – Gutenberg 12.0, WordPress 5.9 Release Schedule, Navigation Block and Site Editor

Co-hosts, Birgit Pauli-Haack and Grzegorz Ziolkowski discuss with Ryan Welcher the Gutenberg 12.0 release, the updated WordPress 5.9 Release Schedule and a lot more.

Show Notes / Transcript

Subscribe to the Gutenberg Changelog podcast via your favorite podcast apps!
🎙️ Spotify | Google | iTunes | PocketCasts | Stitcher |
🎙️ Pod Bean | CastBox | Podchaser | RSS Feed 

Show Notes

Ryan Welcher, Developer advocate, sponsored by Automattic.

Community Contributions

WordPress development environment by Marcus Kasmierczak

WordPress 5.9 updated Schedule

Gutenberg 12.0

Find the full changelog on GitHub

Gutenberg plugin v12.0.0 Release Party with Ryan Welcher

What’s discussed and in active development

Stay in Touch

Transcript

Is in the works

by Birgit Pauli-Haack at November 27, 2021 11:33 PM

November 26, 2021

Gutenberg Times: Rendering WooCommerce Blocks, Hold the Phone, WTF is FSE? and more — Weekend Edition #194

Howdy,

For my US American friends, I am sending Happy Thanksgiving greetings! I hope y’all had a Happy Turkey Day! 🦃 🍗 You probably won’t get to read this until Monday or even later next week. Hopefully, the Black-Friday-Cyber-Monday offerings turn out well for you.

I am so grateful that you let me drop a weekend edition into your inbox every week. And thank you for the thoughtful notes, questions, ideas, and product updates. Keep ’em coming. It is you for whom I build the Gutenberg Times, and it has been an ongoing joy and wonderful adventure!

I am also grateful for everyone working on Gutenberg and on WordPress. The contributors and the Community at large has been a home to me in a world more and more divided. I have been hurting through these two years of no in-person meetings, longing to see my friends again, so I hope to meet you’all soon at a future WordCamp!

That’s it for now. Y’all have a great weekend!

Yours,💕
Birgit

Table of Contents


Updates on WordPress 5.9

A Look at WordPress 5.9 with the newly published video via WordPress News.

You can also take a longer discovery journey with Anne McCarthy on video Exploring WordPress 5.9: Block theme flows, Styling, Patterns Explorer, & more

New schedule for January 25, 2022 release

After a few features were deemed not-quite ready, the WordPress release team held intense discussions about the feature freeze and the release schedule of WordPress 5.9. Beta 1 was supposed to be released on November 16th.

After careful weighing a few aspects of contributor sanity, user expectations, and technical details, the release team decided to punt Beta 1 for two weeks and release it on November 30th, 2021. Because of the Holidays mostly in America and Europe, these two weeks delay resulted into a six-weeks postponement of the final release, now scheduled for January 25th, 2021.

Core release lead Tonya Mork has the details about the WordPress 5.9 Revised Release Schedule

Anne McCarthy, release co-lead for testing, wrote in Why I voted to delay WordPress 5.9, her hope “is to bring you all along for the decision-making process and to demystify how this decision came to be. “

Sarah Gooding over the WPTavern posted: WordPress 5.9 Revised Release Date Confirmed for January 25, 2022.

 “Keeping up with Gutenberg – Index 2021” 
A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.


Gutenberg 12.0.x released

Grzegorz Ziolkowski and I asked Ryan Welcher to be our guest for the Gutenberg Changelog episode 56. As he also worked on the release of this version, we heard first hand what the experience is like.

Most contributors worked on the final touches for the WordPress 5.9 Beta 1 Feature Freeze, there are no big new features expected in this version. This version is more about the small details that end up making a big difference in the overall user experience.

The most exciting updates:

  • Block Styles Previews (34522),
  • Featured Image block Visual Enhancement in the Site Editor (36517),
  • the Site Editor Welcome Guide (36172) and
  • the updates to the JSON schemas for block.json and theme.json.

The changelog has a new section called Developer Experience. It lists the PRs that are relevant to WordPress extenders (plugin & theme developers and developers working in agencies) as well as core contributors. It goes along with the GitHub Discussion Category with the same name.

Find the full changelog on GitHub

A huge thank You to Álvaro Gómez Velasco who mentioned the Gutenberg Changelog as one of his Favorite podcasts in 2021.

Gutenberg Changelog podcast is the best way to keep up with changes in Gutenberg, the WordPress Block Editor. The show is very on point, full of useful content and they have some great guests too.”

Álvaro Gómez Velasco

Subscribe to the Gutenberg Changelog podcast
🎙️ Spotify | Google | iTunes | PocketCasts | Stitcher |
🎙️ Pod Bean | CastBox | Podchaser | RSS Feed 

Developing Custom Blocks

Alex Standiford published a 2-hours course to teach developer how to build a Block from other Blocks. He wrote: “You’ll learn how to build a WordPress block using existing WordPress blocks. This allows you to pre-build commonly used block patterns and drastically simplify the block editing experience, even with the most advanced page layouts.”


Lara Sc henck shared on her blog how to Retrieve taxonomy terms with compose, withSelect, and getEntityRecords, using the built-in @wordpress/data packages.


Ryan Welcher continues building a Poll Block on his Twitch Live Stream. Last week, he started on the block. This week, he decided to abandons the original approach and rebuild it with the <InnerBlocks/> that is part of the WordPress scripts and takes care of the “CRUD stuff”. Check it out!


In his article, Nadir Seghir, code wrangler at Automattic, explains how WooCommerce Blocks plugin renders interactive blocks in the frontend. The gist of it? Both, PHP and React component read the HTML data attributes. It’s of course more complicated than this. Follow along!

Full-Site Editing and Themes

Justin Sainton takes his readers along on his journey to Building the New website of the hosting company Pagely, recently sold to GoDaddy. He writes about what excites him about the new way of building themes. He explains what FSE is and how to get started with great list of resources. In his Bad & Ugly section, Sainton “found things to be painful or otherwise confusing.” He puts a lot of work in getting to the actionable details. Readers beware the post is over 4,500 words.


If you want to contribute and stay on the bleeding edge of the development of Full-site Editing, Design Tool, Global Styles and block Themes, Jeffrey Pearce posted the Gutenberg + Themes 74th weekly round-up of approximately 40 theme related open issues and PRs. He also shares released merged features and updates as well as overview issues that are a great resource to keep up with the development.

Need a plugin .zip from Gutenberg’s main (trunk) branch?
Gutenberg Times provides daily build for testing and review.
Have you been using it? Hit reply and let me know.

GitHub all releases

FSE Program Testing Call #1

The deadline for Call for Testing #11 Comments has been extended to December 7th, 2021. FSE Program Testing Call #11: Site Editing Safari There won’t be any zebras, rhinos and giraffes, though.

If you prefer an Italian version of the call for testing, Piermario Orecchioni published the translation: ESF Program Test Call # 11: A Site Editing Safari.

Akira Tashibana posted the Japanese version of the FSE Call for testing #11 FSE プログラムのテスト募集 #11: サイト編集の探索

Carrie Dils prepared a one file import for LocalWP to have an easy way to set up a test environment for the FSE Call for Testing.

WordPress Events

December 11 + 12, 2021
WordCamp Taiwan


December 14th, 2021 – 5:00 pm ET / 22:00 UTC
WordPress News
State of The Word w/ Matt Mullenweg + Q & A


February 4+5, 2022
WordCamp Birmingham, AL

Call for Sponsors and Speakers are open now.


March 4th, 2022 all day
WordFest 2022

a 24-hour festival of WordPress. Call for Speakers is open. Deadline Dec 6th, 2021.


On the Calendar for WordPress Online Events site, you can browse a list of the upcoming WordPress Events, around the world, including WordCamps, WooCommerce, Elementor, Divi Builder and Beaver Builder meetups.


Don’t want to miss the next Weekend Edition?

We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition

Thanks for subscribing.

Featured image: “office block in sutton” by Mr Tigggs is licensed under CC BY 2.0

by Birgit Pauli-Haack at November 26, 2021 10:09 PM under Weekend Edition

November 25, 2021

Post Status: Post Status Excerpt (No. 34) — Developer Overload: Physical and Mental Health

“I prioritized my mental health over my physical health until I realized it was all the same thing.”

In this episode of Post Status Excerpt, David chats with Cory about taking care of your physical and mental health and how these factor into “Developer Overload.” Far too often (especially younger) professionals do not prioritize their health so they can work or do more in a day — until it comes back to bite them.

Also: David shares that getting up early in the morning works for him and encourages people who have a hard time managing things in the morning to give it a shot — early mornings are usually quiet for many people, both in the place they live and the clients and employees they communicate with during the day.

Every week Post Status Excerpt will brief you on important WordPress news — in about 15 minutes or less! Learn what's new in WordPress in a flash. ⚡

You can listen to past episodes of The Excerpt, browse all our podcasts, and don’t forget to subscribe on Spotify, Amazon Music, Google Podcasts, iTunes, Castro, YouTube, Stitcher, Player.fm, Pocket Casts, Simplecast, or by RSS. 🎧

🔗 Mentioned in the show:

🙏 Sponsor: Bluehost

Everything your website needs — from start-up to success story — is at Bluehost. Whether you're looking to create a website, blog, or online store, Bluehost will get you started with an all-in-one website platform tailored to your specific needs. Get a free domain name in your first year, free 24/7 lifetime support, and total design freedom with WordPress at Bluehost.

by David Bisset at November 25, 2021 04:00 AM under Everyone

November 24, 2021

WordPress.org blog: Watch State of the Word at a Watch Party with your WordPress Friends

State of the Word 2021 is just around the corner! 

Although attending State of the Word in person would be ideal, not all WordPress community members get to enjoy the experience of attending the speech live with friends. 

This year, as State of the Word is streamed live for the second time, we want to restore that in person camaraderie through State of the Word watch parties for WordPress Community members around the world.

We encourage WordPress meetup organizers and community members worldwide to (safely) host State of the Word 2021 watch parties —read this handbook to learn more.

Why organize a watch party? 

  • If you are a WordPress meetup organizer, many folks in your meetup may be unaware of the State of the Word, and a watch party could be a great opportunity to introduce or remind them.
  • As meetup organizers slowly bid goodbye to a tough year, the watch party could be an excellent opportunity to revitalize your group, especially if you haven’t had many events this year.
  • Along with your Meetup group members, you get a platform to ask questions directly to Matt Mullenweg.
  • And last but not least, even if you are not a Meetup Organizer, a watch party can be the perfect opportunity to reconnect and have a blast with your WordPress friends!

How do I organize a State of the Word watch party?

You can choose to host a watch party online or in person. Check out our handbook for detailed instructions on how to schedule an event (including event templates).

Online

The simplest way to organize an online watch party is to schedule an online event for your WordPress group and add the State of the Word YouTube streaming link directly on Meetup.com. Alternatively, you can schedule an online meeting using tools like Zoom and broadcast the live stream over there by screen sharing––thereby facilitating better engagement.

In Person

If your region meets the guidelines for in person events (if vaccines and testing are freely available), you can organize an in person watch party event (for fully vaccinated OR recently tested OR recently recovered folks) for your WordPress Meetup! Group members can hang out together (following local safety guidelines of course) and watch State of the Word live.

NOTE: If State of the Word is happening at an odd hour in your timezone, you can still organize a watch party by organizing a replay of live stream, at a date/time that is convenient for your group.

If your Local WordPress Meetup is organizing an in person watch party, fill out this form so that we can ship some swag for your group to celebrate!
Deadline: November 30, 2021

What else do I need to know about organizing a State of the Word watch party?

Excited? To help you get started, we’ve put together a few resources:

  • Check out this handbook for detailed instructions on how to organize a watch party, be it online or in person.
  • Looking for a Zoom Pro account to host your online watch party? Request a community zoom pro account for your event right away!
  • We have prepared some email templates that Meetup Organizers can use to spread the word in their Meetup groups.
  • Don’t forget to share on social media about your watch party events using the hashtag #StateOfTheWord so we can join in on the fun!

NOTE: The guidelines in this post are primarily aimed at WordPress Meetup organizers. However, you do not need to be a Meetup organizer to schedule a watch party! You can simply hang out together with your friends online or in person (while following local safety guidelines) and catch the event live!

If you are planning a watch party for State of the Word, and have questions, please drop us an email to: [email protected] if you have any questions. We are happy to help you in the best way possible.

The following folks contributed to this post: @anjanavasan @eidolonnight @evarlese and @rmartinezduque

by Hari Shanker R at November 24, 2021 06:30 PM under Events

WordPress Foundation: Give Back to Open Source this Giving Tuesday

Giving Tuesday is a global, non-profit movement that encourages people, organizations, and companies around the world to give, collaborate and celebrate generosity.

Hosted on the first Tuesday following Thanksgiving in the United States, this year the charitable giving event will be taking place on November 30, 2021.

With Giving Tuesday around the corner, many in the world are thinking about giving back. If you’re one of them, consider this opportunity to give back to open source.

2021 and the pandemic brought a lot of changes to the world, including the open source community. And the year wasn’t without its challenges.

Open source developers worldwide still face roadblocks, from “lack of training opportunities” to “getting management buy-in for open source.”

This is why the WordPress Foundation exists.

How does the WordPress Foundation support open source?

As a non-profit organization, our work is to ensure that open source software gets the support it needs. The funds we raise go toward ensuring free access to the projects we promote, protecting the WordPress trademark, and funding multiple programs aligned with our mission.

Some of the programs the WordPress Foundation supports include:

  • Video documentation of WordCamp and WordPress meetup events.
  • Intro to Open Source” workshops that increase awareness and understanding of the open web and open source in regions around the world that have relatively less participation.
  • Charity hackathons where developers come together and volunteer to build websites for nonprofit organizations around the world.
  • Workshops, both live and recorded, on how to use and develop for the WordPress platform.
  • School mentorship programs to encourage interest in WordPress and open source development from a young age.
  • Improving documentation about how to use and develop for, and contribute to the WordPress project.

But this is just the beginning. With your help, we can strengthen our support for these programs and fund many more exciting open source projects.

Volunteers from do_action Cape Town 2018 working on charity websites

How can you help this Giving Tuesday?

The future is open source, and whether you’re a believer or part of the open source community, you can play a part in helping build this foundation for generations to come.

This Giving Tuesday, consider donating to the WordPress Foundation so we can work together toward a future that’s built on open source.

You can choose to donate annually or make a one-time donation. Every gift counts!

Thank you for supporting our mission!

by Anjana Vasan at November 24, 2021 04:05 PM under support

HeroPress: Tales Of A Serial Contributor – Histórias de um colaborador em série

Pull Quote: I believe that the great advantage and differential of WordPress ... is its community.

O texto também está disponível em português do Brasil.

Hey! My name is Daniel Kossmann. I’ve been WordPress user since 2009, one of the organizers of the Curitiba community, creator of the weekly newsletter called PainelWP, and a regular writer about WP in my blog. This is my before and after story from joining the WordPress community in Brazil. Happy reading!

First contacts with the internet

Since I was a kid I was very fond of computers and video games, but the internet opened a whole new world for me. I was so fascinated that at eleven years, around 1998, reading tutorials and analyzing HTML codes I created my first website on James Bond, of whom I was a big fan. In those first years, even though my parents didn’t quite understand what I was doing and why I was spending so much time in front of the computer, they backed me up by purchasing books and computers.

Little by little I learned more about programming and developing my systems in ASP and only then PHP. Since there weren’t so many websites teaching programming, I created a series of websites that taught others how to create websites and add small functionalities for them, like counters, login area, blinking text, …. At that time, I even created a content management system, that could receive contributions through a form and automatically published them every day at a given time, with a countdown timer in the website telling visitors when the next update would occur. This may be seen as trivial today, but at that time it was very uncommon. Those were really fun days, where I spent several nights learning new things and talking to other people who had the same interest in IRC on the deceased Brasnet network. If you are curious to learn more, check out my interview at WordCamp Belo Horizonte 2016 (content in Portuguese).

First contact with WordPress

When the time came to choose my undergraduate, there was no doubt that it would be something related to computers. So I chose a Computer Science degree from Federal University from Parana (UFPR). During college, I also wanted to dabble in other fields, so I decided to create a blog in which to write movie reviews. Looking for a platform in which to easily publish texts, so I wouldn’t have to worry about coding because I already was doing this every day at school, I discovered WordPress. It didn’t take long and, in 2009, I launched my first public blog about movies, which after one year became interrogAção (content in portuguese), a cultural hub on cinema, literature, and comics, with collaborators from several cities in Brazil. As in the case with my first tutorial websites and IRC conversations, many of these people I only knew virtually, but we had an intense contact while exchanging know-how.

Even though my focus was more on content creation and editorializing, I began to learn more about how to create themes and features in WordPress to customize the website. In one of these researches, I found out that an event focused on WP was going to happen in my city. Even not knowing a lot about the platform, I decided to attend and learn more.

First contact with the community

The event was WordCamp Curitiba 2010 (content in portuguese) and I still remember how amazed I was at it being so cheap, I think it was R$60 or less, offering so many souvenirs and snacks. Other tech events I had attended had always charged more than double and hadn’t offered half of these things.

The talks were amazing, and everyone was always very kind and available. I was so excited about everything that I promised myself that I would volunteer during the next edition and also try to be a speaker. As I didn’t know anyone at the event, I challenged myself to talk with at least three people — I was extremely shy back then. Since then two of them have become lifelong friends.

At the end of the event, I found out that there was an after-party called WordCana (a joke with the word “cana”, from sugarcane, that is used to make distilled spirit). Even though I didn’t drink alcohol, I decided to go and it was awesome! There, I got to know the event’s speakers, organizers and attendees. Everyone talking as equals. And the fact that I didn’t drink alcohol didn’t change at all my interaction with them.

From attendee to WordCamp organizer

The promise I had made during that event came true! Less than two years later, I was helping to organize the next edition, WordCamp Curitiba 2012 (content in portuguese), which was where I also gave my first public talk (content in portuguese). I was still very shy and, during the talk, I was so nervous that I couldn’t hold the microphone near my mouth. Because of that, even though it was a small room, people were having a hard time listening to my voice. Nevertheless, it was an important overcoming experience that has kept me desiring to improve my public speaking skills for future talks to this day.

From user to entrepreneur

Since I was a kid I had dreamt about opening my own company. Therefore, when I graduated in 2011, as I have always liked creating websites, I had little doubts about my next step: creating a web development company. I named it Spirallab, because of my passion for spirals and imagining turning it into a creative project lab. In the beginning, I didn’t define a direction and I worked with various systems and programming languages. Soon I realized that giving maintenance to these different solutions was a lot of work. So I opted to use a single platform, WordPress, due to its ease of use for my clients and the possibility to create various types of websites.

This decision allowed me to dive even deeper into the system, making better and faster-to-deliver solutions for my clients. As time went by, I also increased my services within the platform, adding support, maintenance, courses, consulting and optimized hosting for WordPress, which at that time was extremely hard to find. This allowed for a broader client range. It also enabled us to specialize in the platform, getting to better know all of its facets.

Even being a small company, never going beyond four people, I made sure to find ways to contribute to the WordPress community. After all, I managed to support my business without paying a single cent to use the platform. That is why I sponsored several WordCamps and meetups. This created a curious situation: Spirallab’s name was side by side with other sponsors that had 10 to 50 times its size. I wondered why there weren’t more companies doing the same. The sponsorship quotas started with a very low price tag, sometimes R$250. Considering the annual revenue of a company that uses WP as its main solution, I believe that this cost or investment could be easily included in its annual budget. I wish more companies, regardless of their size, would do that.

Besides that, I’ve talked at several meetups and WordCamps, where I shared what I learned in my day-to-day life. It was always and still is a big pleasure to be able to make these contributions. During the events, I gave away some stickers from my company that had an illustration of a digital alchemist (a kind of modern wizard). Because of that, and my looks (long hair and beard), I ended up being nicknamed the WordPress Wizard.

Eight years after Spirallab’s foundation, I decided to close the company’s activities and start a new chapter at Pipefy in 2019, where I currently work as a WordPress Development Coordinator.

The return of Curitiba’s WordPress Community

After WordCamp 2012, Curitiba’s community became inactive. But the urge to continue with the events stayed with me. It took me three years to take the first step. So I got in touch with other people from the Brazilian community that I had met at WordCamp, to find out what was needed to restart the meetings, which are called meetups, in Curitiba. Coincidentally, I found out three people who wanted to do the same and we started planning the event through Slack, a text chat software. In less than a month, we organized the first event, on August 5, 2015. The most curious thing was that we were able to do all of the planning virtually, and only met for the first time in person on the day of the event.

Due to the speed in which we were able to organize this event, it may seem that we already had experience with this type of organization, but in fact, we didn’t have much, if any. So the first thing we asked ourselves was, “What would be nice to have included in the event if we were attendees?”. And two things stood out: having food and fun. So we ordered food (pizza, for convenience) and we tried to make something funner and without many formalities. We didn’t want to have those events where hardly anyone talks to anyone and after the talk, everyone leaves like they’re running away from something.

Keeping anyone from feeling lost, we made a brief presentation with slides at the beginning of the meetup, explaining what the event was and how it was organized, asking everyone to introduce themselves. This structure was maintained during all future events. Little by little, we carried out several experiments, such as a section where everyone could share news, themes, or plugin tips, or a classified section, where people could say if they were looking for or offering a particular service. Among the organizers, we always pre-arranged tips to be shared, in order to encourage others to participate. At first, few people engaged, but over time, they ended up becoming an important part of the event.

As I was extremely shy, getting in front of people to introduce the meetup was not easy.

I was very nervous and ended up speaking very low, even stuttering a little. I wanted to change that and knew that the only way was to practice. I believe the meetup is a great place for this, as it is a small group of people with a common interest: learning.

This makes everyone more receptive, creating a safe environment to participate in a variety of ways.

By the way, this is something very important to me: making the events an environment where everyone feels welcome and safe to ask questions and share experiences. Therefore, I always welcome new participants and encourage them to participate and talk to other people. Sometimes I retell the story of my first WordCamp, where I challenged myself to talk to three strangers.

Nowadays, although I’m still a reserved person, I’m not so shy anymore and can speak in public without as much difficulty. Because of this personal achievement, whenever possible, I encourage others to give their first talk and also share all the tips I used, and still use, to make better presentations. I get very happy when I see people overcoming these challenges and growing personally and professionally. Despite having changed a lot, I still set a personal challenge to always do something to take me out of my comfort zone in each and every talk. Sometimes it doesn’t have the expected effect, but at least I have one more funny story to tell.

It’s been more than six years since the first meetup (there was even a commemorative video) and throughout this time the WordPress community in Curitiba has held monthly events. I confess that it is not easy to maintain this consistency, but it is very rewarding!

From developer to WordPress content creator

I’ve always enjoyed reading technology newsletters, but there weren’t any specific to WordPress in Brazil. After much contemplation (and procrastination) I decided to create a newsletter that prioritized the spreading of content in Portuguese. And, on June 22, 2019, I published the Zero edition of PainelWP (content in portuguese). Since then, I’ve searched and published the main news, tutorials, tips, events, and WordPress jobs weekly. My main goal with the newsletter is to inspire more people to create content about WP in Portuguese.

As I learn a lot from reading tutorials and articles, this year (2021), I also started writing content regularly about WordPress on my blog (content in portuguese). One of the publications I’m doing on behalf of PainelWP is to write about how to use WordPress’s native PHP functions (content in portuguese), with code examples. Writing regularly is quite challenging, but it’s very rewarding and I learn a lot. I recommend creating a blog and posting on it regularly to all professionals who want to improve their knowledge. One idea is to keep a record of what you are learning on the blog.

In addition, all of this is published under the Creative Commons BY-SA license, almost an equivalent of free software license for content. I chose this license because it makes it easy for content to be shared and used, like the WordPress source code.

The Importance of the WordPress Community

I believe that the great advantage and differential of WordPress, in addition to the numerous plugins and themes available, is its community. Because it’s an open platform and makes it easy to create websites, it attracts people with very different technical levels and backgrounds. This diversity helps create an open space for exchange, where everyone has something different to teach.

This creates a connection both online and in person. It’s very satisfying to meet people in person at community events. From these encounters, I’ve made several lasting friendships. These contacts also have helped me a lot professionally. I’ve received several job referrals from them and I’ve also referred several people.

An important tip I’ve learned in the WordPress community is: every time you’re in a conversation circle during events, leave a free space for a new person to join the circle. This format is also called the Pac-Man Rule.

If you’re not yet part of the WordPress community, I recommend looking for a meetup in your city, or nearby, to join. There are also several community meetings online now, which is a great opportunity to exchange knowledge with people from other cities. Hope you’ve enjoyed my story and see you at the next meetup or WordCamp!

Histórias de um colaborador em série

Oi! Meu nome é Daniel Kossmann. Utilizo WordPress desde 2009, sou um dos organizadores da Comunidade de WordPress de Curitiba, criador da newsletter semanal PainelWP e escrevo regularmente sobre WP em meu blog pessoal. Esta é a minha história antes e depois de começar a participar da comunidade do WordPress do Brasil. Boa leitura!

Primeiros contatos com a internet

Desde criança já gostava bastante de computadores e videogames, mas a internet abriu um mundo totalmente novo para mim. Fiquei tão fascinado que aos 11 anos, por volta de 1998, lendo tutoriais e analisando códigos HTML criei o meu primeiro site (sobre James Bond, eu era um grande fã). Nesses primeiros anos, apesar de meus pais não entenderem direito o que eu fazia e porque passava tantas horas em frente ao computador, eles me apoiaram comprando livros e computadores.

Aos poucos fui aprendendo mais sobre programação e criando meus próprios sistemas em ASP e depois em PHP. Como existiam poucos sites em português que ensinavam programação, criei vários sites que ensinavam outras pessoas a criarem sites e adicionar pequenas funcionalidades neles (como contadores, áreas de login, textos piscando, …). Nesta época, também cheguei a criar meu próprio gerenciador de conteúdo, que aceitava o envio de conteúdo por colaboradores através de um formulário e fazia a publicação automaticamente todos os dias em um determinado horário (com um contador no site avisando quando seria a próxima atualização). Isto pode parecer bem trivial hoje em dia, mas naquele tempo ainda não era nada comum. Esta foi uma época bem divertida, onde passei várias madrugadas aprendendo coisas novas e conversando com outras pessoas que tinham o mesmo interesse no IRC, na falecida rede Brasnet. Se você ficou curioso para saber sobre essa época, veja a entrevista que o WordCamp Belo Horizonte 2016 fez comigo.

Primeiros contatos com o WordPress

Quando chegou a hora de escolher um curso superior, não tinha dúvidas que seria algo relacionado à computação. Então entrei no curso de Ciência da Computação na Universidade Federal do Paraná (UFPR). Durante a faculdade, também queria experimentar outras áreas e decidi criar um blog para escrever críticas de filmes. Procurando por uma plataforma que fosse fácil de publicar textos para que eu não tivesse que me preocupar com códigos (já via isso todo dia no meu curso), descobri o WordPress. Não demorou muito e em 2009 criei meu primeiro blog público sobre cinema, que depois de um ano se transformou no interrogAção, um portal cultural sobre cinema, literatura e quadrinhos, com colaboradores de várias cidades do Brasil. Assim como nos meus primeiros sites de tutoriais, e conversas do IRC, muitas dessas pessoas eu só conhecia virtualmente, mas tínhamos um contato intenso de troca de conhecimento.

Apesar do meu foco estar mais voltado para criação e editoração de conteúdo, comecei a aprender mais sobre como funcionava a criação de temas e funcionalidades no WordPress para poder personalizar o site. Em uma dessas pesquisas, descobri que iria acontecer um evento só sobre o WP na minha cidade. Mesmo não sabendo ainda muito sobre o sistema, decidi me inscrever para poder aprender mais.

Primeiro contato com a comunidade

O evento era o WordCamp Curitiba 2010 e ainda lembro do quanto fiquei impressionado por ele ser tão barato (acho que foi R$60 ou menos), oferecer tantos brindes e ter lanches. Os outros eventos de tecnologia que havia participado sempre custaram mais que o dobro e não ofereciam nem metade dessas coisas.

As palestras foram ótimas e todo mundo era sempre muito gentil e disponível. Fiquei tão empolgado com tudo, que prometi para mim mesmo que iria ajudar na próxima edição e também tentar palestrar nela. Como não conhecia ninguém no evento, defini como desafio pessoal falar com pelo menos três pessoas (eu era extremamente tímido). Duas delas acabaram se tornando amizades de longa data.

No final do evento, descobri que haveria uma continuação chamada WordCana. Mesmo não gostando de beber, decidi ir e foi sensacional! Lá, conheci mais de perto os palestrantes, organizadores e participantes do evento. Todos falando de igual para igual. E o fato de não beber, não influenciou em nada minha interação com as outras pessoas.

De participante para organizador do WordCamp

A promessa que fiz durante o evento deu certo! Menos de dois anos depois, estava ajudando a organizar a próxima edição, o WordCamp Curitiba 2012. Nele também fiz minha primeira palestra pública. Eu continuava sendo muito tímido e durante a palestra, fiquei tão nervoso que não conseguia deixar o microfone perto da boca. Por conta disso, mesmo em uma sala pequena, as pessoas tiveram dificuldades para me escutar. Mesmo assim, foi uma importante experiência de superação, que me ajudou a continuar querendo melhorar minhas habilidades de falar em público em futuras palestras.

De usuário para empreendedor

Desde criança sonhava em abrir minha própria empresa e como gostava de criar sites, quando me formei em 2011, não tive muitas dúvidas sobre qual seria meu próximo passo: abrir uma empresa que desenvolve soluções para a internet. Chamei ela de Spirallab, por conta da minha paixão por espirais e pensando em torná-la um laboratório para projetos criativos. No início não defini muito um foco e trabalhei com vários sistemas e linguagens de programação diferentes. Aos poucos percebi que a manutenção dessas diferentes soluções estava ficando muito trabalhosa. Decidi que deveria utilizar apenas uma única plataforma e escolhi o WordPress, porque era fácil de ser utilizado pelo cliente e permitia a criação de diversos tipos de sites.

Esta decisão me permitiu aprofundar muito mais no sistema, fazendo com que criasse soluções melhores e mais rápidas de entregar para meus clientes. Conforme o tempo foi passando, também aumentei as opções de serviços oferecidos em volta da plataforma: suporte, manutenção, hospedagem otimizada para WordPress (na época era extremamente difícil achar algo assim), cursos e consultorias. Isto permitiu uma diversificação maior de clientes. Também possibilitou uma especialização na plataforma, conhecendo todos os aspectos que a envolviam.

Mesmo sendo uma empresa pequena (nunca passou de 4 pessoas), fiz questão de encontrar maneiras de contribuir com a comunidade do WordPress. Afinal, eu estava conseguindo sustentar o negócio sem precisar pagar nenhum centavo para utilizar a plataforma. Por isso ajudei a patrocinar vários WordCamps e meetups. Isso criava uma situação curiosa: o nome da Spirallab ficava ao lado de outros patrocinadores que tinham 10 ou 50 vezes o tamanho dela. Ficava então me perguntando porque não haviam mais empresas fazendo o mesmo. As cotas desses patrocínios iniciavam com um valor bem baixo (muitas vezes em R$250). Se formos considerar o faturamento de uma empresa que utiliza o WP como solução principal, acredito que este custo (ou investimento) poderia ser facilmente adicionado ao planejamento anual. Gostaria muito que mais empresas, independente do tamanho, fizessem isso.

Além disso, palestrei em vários meetups e WordCamps, onde compartilhei o que havia aprendido no meu dia a dia. Sempre foi (e ainda é) uma satisfação muito grande poder fazer estas contribuições. Durante os eventos eu distribuía um adesivo da minha empresa que tinha a ilustração de um alquimista digital (uma espécie de mago moderno). Por conta disto, e do meu visual (cabelo comprido e barba), acabei ganhando o apelido de o Mago do WordPress.

Oito anos depois da fundação da Spirallab, decidi encerrar as atividades da empresa e iniciei um novo capítulo na Pipefy em 2019, onde trabalho atualmente como coordenador de desenvolvimento WordPress.

O retorno da Comunidade de WordPress de Curitiba

Depois do WordCamp 2012, a Comunidade de Curitiba ficou inativa. Mas a vontade de continuar com os eventos continuou na minha cabeça. Demorei três anos para dar o primeiro passo. Então entrei em contato com outras pessoas da comunidade brasileira que tinha conhecido no WordCamp, para saber o que era necessário para voltar a fazer os encontros (também chamados de meetups) em Curitiba. Por coincidência, descobri que mais três pessoas estavam querendo fazer o mesmo e começamos a planejar o evento através do Slack (software de bate papo em texto). Em menos de um mês, organizamos o primeiro evento, no dia 5 de agosto de 2015. O mais interessante foi que conseguimos fazer tudo isso virtualmente. Só no dia do evento que nós nos encontramos pessoalmente pela primeira vez.

Pela velocidade que conseguimos organizar este evento, pode parecer que já tínhamos experiência neste tipo de organização, mas na verdade não tínhamos muita (ou nenhuma) experiência como organizadores. Por isso, a primeira coisa que nos perguntamos foi: o que seria legal ter, caso fossemos participantes? E duas coisas se destacaram: ter comida e ser divertido. Então pedimos comida (pizza, pela praticidade) e tentamos fazer algo mais divertido e sem formalidades. Não queríamos aqueles eventos onde quase ninguém fala com ninguém e depois da palestra todos vão embora como se estivessem fugindo de algo.

Para que ninguém se sentisse perdido, no início do meetup fizemos uma breve apresentação com slides, explicando o que é o evento e como ele é organizado, pedindo para cada um se apresentar. Essa estrutura se manteve durante todos os próximos eventos. Aos poucos fomos fazendo vários experimentos. Desde uma seção onde todos podiam compartilhar uma notícia, dica de tema ou plugin, até um espaço para classificados, onde as pessoas poderiam dizer se procuravam ou ofereciam determinado serviço. Entre os organizadores, sempre combinamos previamente dicas para serem compartilhadas, de forma a estimular outras pessoas a participarem. No começo poucas pessoas participavam, mas com o tempo, estes momentos acabaram se tornando uma parte importante do evento.

Como eu era extremamente tímido, ficar em frente a várias pessoas para apresentar o meetup não era nada fácil. Ficava muito nervoso e acabava falando bem baixo, até gaguejando um pouco. Queria mudar isso e sabia que o único jeito era praticar. Acredito que o meetup é uma ótima oportunidade para isto, por ser um grupo pequeno de pessoas com um interesse em comum: aprender. Isso faz com que todos sejam mais receptivos, criando um ambiente seguro para participar de várias formas.

Aliás, isto é algo muito importante para mim: tornar os eventos um ambiente onde todas as pessoas se sintam bem vindas e seguras para fazerem perguntas e compartilharem experiências. Por isso, sempre dou boas vindas para os novos participantes e os incentivo a participarem e conversarem com outras pessoas do evento. Às vezes, conto a história do meu primeiro WordCamp, onde me desafiei a conversar com três pessoas desconhecidas.

Hoje em dia, apesar de continuar sendo uma pessoa mais quieta, não sou mais tão tímido e consigo falar em público sem tanta dificuldade. Por conta desta superação pessoal, sempre que possível, incentivo outras pessoas a darem sua primeira palestra e também compartilho todas as dicas que utilizei (e ainda utilizo) para fazer melhores apresentações. Fico muito feliz quando vejo pessoas superando essas dificuldades e crescendo pessoalmente e profissionalmente. Apesar de ter mudado muita coisa, ainda utilizo como desafio pessoal fazer sempre algo para me tirar da zona de conforto em cada palestra (às vezes não tem o efeito esperado, mas pelo menos tenho mais uma história engraçada para contar).

Já se passaram mais de seis anos desde o primeiro meetup (teve até um vídeo comemorativo) e desde lá a comunidade de WordPress de Curitiba faz eventos mensalmente. Confesso que não é nada fácil manter essa consistência, mas é muito gratificante!

De desenvolvedor para criador de conteúdo sobre WordPress

Sempre gostei muito de ler newsletters sobre tecnologia, mas não havia nenhuma específica de WordPress no Brasil. Depois de muito contemplar (e procrastinar), decidi criar uma newsletter que priorizasse a divulgação de conteúdo em português. E, em 22 de junho de 2019, publiquei a edição zero do PainelWP. Desde lá, semanalmente procuro e divulgo as principais notícias, tutoriais, dicas, eventos e vagas de WordPress. Meu principal objetivo com a newsletter é inspirar mais pessoas a criarem conteúdo sobre WP em português.

Como aprendo muito lendo tutoriais e artigos, também comecei a escrever regularmente este ano (2021) no meu blog conteúdo sobre WordPress. Uma das publicações que estou fazendo por conta do PainelWP é escrever semanalmente sobre como utilizar funções nativas em PHP do WordPress, com exemplos de códigos. Escrever regularmente é bem desafiador, mas é muito gratificante e aprendo bastante. Recomendo a todos os profissionais que querem aprimorar seus conhecimentos, criar um blog e postar regularmente. Uma ideia é manter um registro do que você está aprendendo no blog.

Além disso, tudo isso é publicado sob a licença Creative Commons BY-SA, quase um equivalente do software livre para conteúdo. Escolhi esta licença pois facilita que o conteúdo seja compartilhado e utilizado, assim como o código fonte do WordPress.

A importância da comunidade de WordPress

Acredito que a grande vantagem e diferencial do WordPress, além dos inúmeros plugins e temas disponíveis, é a sua comunidade. Por ser uma plataforma aberta e facilitar a criação de sites, ele atrai pessoas com vários níveis técnicos e históricos muito diferentes. Esta diversificação ajuda a criar um espaço aberto para trocas, onde cada um tem algo diferente para ensinar.

Isto cria uma conexão que se dá tanto online quanto presencialmente. É muito gratificante encontrar pessoas pessoalmente em eventos da comunidade. A partir desses encontros, fiz várias amizades duradouras. Estes contatos também me ajudaram bastante profissionalmente. Já recebi várias indicações para serviços a partir deles e também já indiquei várias pessoas.

Uma dica importante que aprendi na comunidade de WordPress é: toda vez que estiver em uma roda de conversa durante os eventos, deixe um espaço livre para que uma nova pessoa possa se juntar à roda. Este formato também é chamado de regra do Pac-Man.

Se você ainda não faz parte da comunidade de WordPress, recomendo procurar um meetup na sua cidade (ou próximo dela) para participar. Também há várias comunidades fazendo encontros online agora, que são uma ótima oportunidade de trocar conhecimento com pessoas de outras cidades. Espero que você tenha gostado da minha história e nos vemos no próximo meetup ou WordCamp!

by Daniel Kossmann at November 24, 2021 11:00 AM

WPTavern: WordPress, Blogging, and the Things We Are Thankful For

On Saturday, one side of my family held our pre-Thanksgiving reunion. It had been two years since we were able to do it. I offered to host this year when our previous venue’s loss threatened to sideline the event for yet another year. Needless to say, I was exhausted by the time my last cousin and his wife got in the car and drove off toward their home in south Alabama.

Sunday, the day after, was the first relaxing day I had taken in weeks. But, I am not one for spending the entire day dedicated to watching TV — except when Squid Game was released.

Dusting off my rarely-used personal blog, I began to pen an update post on my National Novel Writing Month progress. Instead of actually doing that, at least until later in the night, I looked over years of published blog posts.

There is a rich history there, at least to me. My blog is a journal of my personal memories going back to 2003. For 18 years, I have been writing something, spitting out words into what can sometimes feel like an endless void. That naïve 19-year-old kid who was just setting foot into the online world was not thinking he would still be doing the same thing all these years later. He was just blogging. It was one part an extension of the angst-ridden notebooks he had filled as a teen. It was another part of a new and exciting journey.

For around an hour or so, I simply clicked and read and clicked and read. It is an extraordinary time to be alive, to take part in this moment in history where anyone from all over the world could live those same memories with me. And I can read their blogs. I can read about their hopes and dreams, view galleries of their pets, or catch up on their goals for the new year.

This is one of the reasons I subscribe to people’s personal blog feeds more so than news or development sites. At the end of the day, everything we do here is about people.

I took a deep dive through my archives, caught up with some fun moments I had shared with the world, and read over some of my old WordPress development tutorials. I even scanned through my obsession with Marie Kondōs tidying rules.

I was only disappointed that there were many moments that I decided not to share. I perused some of the notes from unpublished drafts of various instances of #WPDrama, discussions where I decided to keep my thoughts to myself rather than rock the boat. I skipped over headlines for books I had read but never reviewed. I remembered some life-changing moments that I never bothered to even write a draft about.

Aside from reminiscing over the past half of my life, I realized that my blog is older than many people who are just starting their own blogging journeys. WordPress, which also turned 18 this year, is older than its next generation of users.

I also realized that I simply enjoy blogging. I had never given it much thought before — the why behind my continued participation in this artform. Perhaps it is because I have something I want to say from time to time. Maybe it is simply therapeutic. In the end, it might not matter. However, I am grateful that we have platforms like WordPress that allow us all to do it, regardless of our reasons.

As we close shop for the week for some much-needed rest, I am making a note to read through the bookmarked blog posts I have not gotten around to (thank you to everyone who has shared). I want to dive into the backlog of personal blogs I have yet to catch up on. I always check out every Tavern commenter’s website when they leave a URL in the form. I do not always get around to them immediately, but I have found many blogs that I genuinely enjoy reading this way.

Heading into this year’s U.S. Thanksgiving holiday, I am reminded of how fortunate I am to be a part of the WordPress community. It is a living, breathing ecosystem that has always remained true to its blogging roots. The platform allows millions of people to share their voices while owning their content. That alone is something worth being thankful for.

by Justin Tadlock at November 24, 2021 12:05 AM under Opinion

November 23, 2021

WPTavern: WordPress 5.9 Revised Release Date Confirmed for January 25, 2022

Last week WordPress 5.9’s release leads found a consensus for delaying the release after missing the deadlines for Beta 1 due to significant blockers. At that time they proposed a schedule for moving forward, and that is now confirmed. Beta 1 is planned for November 30, 2021, with subsequent betas in December. RC 1 is scheduled for January 4, 2022, and the official release is anticipated on January 25.

For the past decade, Matt Mullenweg’s deadlines are not arbitrary philosophy has guided core development, preventing releases from being delayed by the desire to squeeze in one more feature:

Deadlines are not arbitrary, they’re a promise we make to ourselves and our users that helps us rein in the endless possibilities of things that could be a part of every release.

Deadlines make it possible for agencies, product developers, and hosting companies with millions of WordPress customers, to prepare for upcoming releases in a predictable way that ultimately enables more sites to update regularly. The situation with WordPress 5.9 is unique, because the effort involves shipping a set of interdependent features that also provide the foundation for a new way of theming.

“As the FSE features are very closely intertwined, removing some of its pieces would risk making the release unstable,” 5.9 Core Tech Lead Tonya Mork said in a post announcing the new schedule. “To avoid delivering a sub-optimal experience, moving fixes to a 5.9 minor or 6.0 was ruled out.”

Mork said the team considered punting full-site editing (FSE) and the Twenty Twenty-Two theme that depends on it to 6.0 but saw more benefit in shipping the collection of features sooner.

“The 6.0 release isn’t due until April 2022—too long for the community to wait for them,” Mork said. “After processing this list of issues, Core Editor team saw the features could ship in 5.9 with the revised schedule.” 

Anne McCarthy, who is co-leading testing for the release, is in the trenches with FSE and wrote a summary of why she was proponent of delaying in this instance. She cited improved sustainability for contributors, and the value of users getting access to the whole suite of FSE features rather than smaller pieces, as factors in the decision.

“More specifically, if we were to push everything to 6.0, this would delay the Twenty Twenty-Two theme, hold back the launch of block themes in general, and delay a ton of user value in exploring ways to edit all parts of a site,” McCarthy said.

The decision to delay 5.9 to January 2022 has been met with positive feedback from all sides, and many following the progress have expressed their appreciation of the team’s transparency throughout the decision-making process. It’s reassuring to see the release leads acting in the interest of users and contributors, instead of forcing something half-baked forward.

In the meantime, if you want a sneak peak of some newer features coming in 5.9, check out the video the release team published today. It showcases the amazing flexibility of the upcoming Twenty Twenty-Two theme and how much more you can do with WordPress without having to change to a different theme. If you want to be part of the team making FSE better for everyone, jump in and start testing the new features ahead of the beta release.

by Sarah Gooding at November 23, 2021 11:20 PM under WordPress

WordPress.org blog: A Look at WordPress 5.9

WordPress 5.9 is expected to be a ground-breaking release. It will introduce the next generation of themes with Twenty Twenty-Two joining the fun and over 30 theme blocks to build all parts of your site. In anticipation of the January 25th release, we hope you enjoy this sneak peek of 5.9.

New design tools will allow you to create exactly what you want, from adding filters to all your images to fine-tuning the border radius on all your buttons. With WordPress 5.9 providing more design control along with streamlined access to patterns, you can easily change the entire look and feel of your site without switching themes.

No matter what you’re editing, whether it’s crafting a new post or working on a header, improvements to List View make it simple to navigate content regardless of complexity. More improvements and features for everyone are to come in this release and we can’t wait to see what you create with WordPress 5.9! 

Stay Tuned

Stay tuned for more updates as the date draws near. If you want to help, the best thing you can do is test everything! For all the details, check out this Make Core post.

Video props: @annezazu (also co-wrote the post) @michaelpick @matveb @beafialho @javiarce @critterverse @joen.

by Kelly Hoffman at November 23, 2021 09:02 PM under Features

WPTavern: GoDaddy Data Breach Exposes 1.2 Million Active and Inactive Managed WordPress Hosting Accounts

In a disclosure to the U.S. Securities and Exchange Commission (SEC) that was published today, GoDaddy announced a data security breach impacting its WordPress managed hosting customers. The company discovered unauthorized third-party access to its hosting environment on November 17, 2021, through an exploited vulnerability.

GoDaddy’s initial investigations show the attacker gained access using a compromised password beginning on September 6, 2021. Nearly every sensitive data point associated with hosting a WordPress website was compromised, including customer email addresses, admin passwords, sFTP and database credentials, and SSL private keys. GoDaddy published the following summary of data the attacker had access to for more than two months:

  • Up to 1.2 million active and inactive Managed WordPress customers had their email address and customer number exposed. The exposure of email addresses presents risk of phishing attacks.
  • The original WordPress Admin password that was set at the time of provisioning was exposed. If those credentials were still in use, we reset those passwords.
  • For active customers, sFTP and database usernames and passwords were exposed. We reset both passwords.
  • For a subset of active customers, the SSL private key was exposed. We are in the process of issuing and installing new certificates for those customers.

GoDaddy has more than 20 million customers but only the managed WordPress hosting accounts were affected by this breach. Looking further into the incident, Wordfence claims that GoDaddy was storing sFTP credentials as plaintext, although GoDaddy has not officially confirmed it:

GoDaddy stored sFTP passwords in such a way that the plaintext versions of the passwords could be retrieved, rather than storing salted hashes of these passwords, or providing public key authentication, which are both industry best practices.

We confirmed this by accessing the user interface for GoDaddy Managed Hosting and were able to view our own password…When using public-key authentication or salted hashes, it is not possible to view your own password like this because the hosting provider simply does not have it.

GoDaddy’s stock tumbled after the SEC disclosure got picked up by major news organizations, finishing down 5.25%. The company emailed its customers to notify them that their accounts may have been compromised during the two months when the attacker had unauthorized access.

The incident has damaged customers’ trust and puts developers and agencies in an uncomfortable position if they are required to notify their customers about the breach. Impacted site owners will need to watch for malware, suspicious activity, and potential phishing attacks.

Godaddy says it has already taken steps to further secure its provisioning system and is continuing its investigation with the help of an IT forensics firm and law enforcement.

by Sarah Gooding at November 23, 2021 04:55 AM under security

November 22, 2021

WPTavern: How Do Post Formats Fit Into a Block Theme World?

Over the weekend, Nick Bohle asked Ellen Bauer of Elma Studio how post formats fit into the block-theming world. The question was a proposal for her a WordPress theme and FSE chat she held yesterday via Twitter Spaces. I could not attend and see if Bauer touched on the subject, but the question is something I have given a lot of thought to not that long ago.

Over the summer, I tweeted out a screenshot of an experiment around post formats. A part of me was trying to figure out if we could revive a dying feature, one I continue to use today.

Aside post format archive.

I have been using post formats since before they were a thing. “Asides” were one of the precursors to the feature landing in WordPress. I wrote my first on my personal blog back in 2006. I had borrowed some code that WordPress cofounder Matt Mullenweg had posted two years earlier. It was a concept he had borrowed from others.

For me, it was a way to give a unique layout to quick posts and links without all the beefiness of a long-form article.

In 2011, WordPress 3.1 launched with a new taxonomy. Users could choose between nine different formats for their posts, assuming their theme supported one or more of them. The goal was to allow theme authors to design custom layouts around each one.

For much of the community, it felt like WordPress was chasing Tumblr’s post content feature. The allure quickly wore off after it seemed to have hit a standstill beyond its initial release. Besides a few fixes and trivial enhancements under the hood, post formats never amounted to much.

They have remained a niche feature over the years. A few theme authors still add in support. Some of us old-school bloggers who have been using them in some form or fashion are still hanging on. But, post formats have been dead for a long time.

Therefore, I decided to try to make them work for block themes.

One of the most frustrating things I encountered with post formats in this block-based theme project was how powerless I felt over making them work “the old way.” The dynamic nature of classic theming meant that I could switch post content templates out on pages that listed multiple posts. Query Loop and its inner Post Template block do not allow me to show a different template for a quote or gallery-formatted post, for example.

This was frustrating because that part of the design process was out of my hands. If I wanted to do something as simple as show an entirely different design for an aside post within a mix of normal posts, I could not do so as the theme designer, at least not without doing some hacky workarounds.

My “light bulb” moment was when I realized that it was OK to not have that control. I needed to get outside of the mindset that the design was mine and mine alone. That is viewing creation through a classic theming lens. My approach was wrong. Instead, I had to start thinking about how to hand over these design tools to the user.

The question became: Can I create something that utilizes that original post format concept while giving users the freedom to do what they want?

Then, it dawned on me. The following is the response I tweeted to Jeff Chandler, who had asked if I thought post formats would work as patterns:

I think of blocks themselves as an evolution of post formats. Video, audio, embeds (basically cool links), quotes, etc. Most of the elements are already there. Patterns just give users an easy way to insert various designs, which could build off those blocks.

Maybe post formats as they currently exist are dead. However, the idea of designing a layout around specific types of posts is very much alive.

If users want to embed a single video into a post, it is just a matter of copying and pasting a link. To share a quote they found from their favorite author, they merely need to drop it into a Quote block. Other than chat posts (let’s just gloss over those entirely), the concept of post formats has simply been replaced with blocks.

However, theme authors still have a role to play. If all the elements for post formats have been essentially replaced by blocks themselves, that means designers can have a field day building patterns around them.

Patterns built for post formats.

That led me to build off my original idea for asides, my favorite post format. Instead of offering a single design, I built three different patterns for users to choose from. End-users could mix and match how they appeared on the front end.

I also built a custom taxonomy-post_format-aside.html template to showcase them on their archive page. It merely displayed the published date and the post content, which the user controls.

I went back to the drawing board and built a quote pattern that I liked. Again, it would be up to the user whether they wanted that particular design. They could always go in a different direction.

Quote block pattern and custom style.

In some ways, post formats were always limiting. The feature was never fleshed out, and there were only nine allowed formats. At the end of the day, each was merely a term within a taxonomy. There were never any rules about how it all was supposed to work. Maybe that is not such a bad thing. Now, posts can be anything users want them to be.

by Justin Tadlock at November 22, 2021 11:57 PM under post formats

WordPress.org blog: Join us for State of the Word 2021, in person or online!

As previously announced, State of the Word will be livestreamed from New York City. That means that you can join the fun either online or in person, on December 14, 2021, between 5 and 7 pm EST!

To join State of the Word 2021 online, check your Meetup chapter for a local watch party, or simply visit wordpress.org/news, where the livestream will be embedded. 

If you would like to participate in person in New York City, please request a seat by filling out the registration form by Sunday, November 28. Not all requests will receive a seat due to venue capacity, but everyone who requests one will receive further notification on Tuesday, November 30. 

In person attendees will be asked to show their COVID vaccination card at the venue entrance, and are expected to follow the safety measures in place. Because of these safety measures, there is a maximum of 50 attendees. 

Whether you participate in person or online, we are so excited to see you on December 14! Don’t forget, State of the Word will be followed by a Question & Answer session. If you have a question for Matt, you can send your question ahead of time to [email protected], or ask during the event in the YouTube chat.

by Josepha at November 22, 2021 09:08 PM under Events

November 20, 2021

Gutenberg Times: Creating a Poll Block for Gutenberg, Skins Are Back in Style, WordPress 5.9 in 2022 – Weekend Edition 193

Howdy!

I am back from our trip to Chicago. It is a fun city even when it’s cold. I took it as a training run for our Christmas travels to Canada in about four weeks. One afternoon, we walked Michigan Avenue, The Bean and the sculpture and botanical garden in Millennium Park. Another afternoon, we visited the Shedd Aquarium. It is definitely worth a visit should you ever get to Chicago. Their exhibition space is vast and wonderful. My favorite section was the Caribbean Reef with the most colorful corals, algae and fish. The greatest joy was however to spend some quality time with my coworkers at Automattic, Tara King and Ryan Welcher. Turns out we all like beer and scuba diving.

Now back to Gutenberg News, WordPress release and State of the Word. I had fun catching up on all the good vibe from the community.

Stay warm, stay calm, be brave and wait for the signs.1

Yours, 💕
Birgit

1 Canadian Cree


Monday, November 22nd, 2021 at 7pm ET / 00:00 UTC join us for WordPress Meetup organized by the group in Montclair, NJ. I will talk about What is Full-Site Editing? and answer questions from participants. I am looking forward to seeing friends there and make new ones.

RSVP and get the Zoom Link

Table of Contents

The Gutenberg Minute

As part of the WP Minute podcast, we record a minute of Gutenberg updates to be added to the show. Here is this week’s content.

Gutenberg Minute November 2021 for this week’s WPMinute episode

Big Thank You to Matt Medeiros for including the segment every month.

Updates: The Full-Site Editing will come to WordPress 5.9, however not on December 14th. There are now 28 block themes in the WordPress repository.

Gutenberg Team and Core WordPress updates

The Beta 1 for WordPress 5.9 release has been moved to November 30th, 2021, due to not enough time to fix FSE interface issues for users. This also moves the date for the final release to January 2021. The new proposed schedule has January 25th, 2021 as release date.


If you want to assist in testing Beta and release candidate versions, Courtney Robertson, held a panel discussion with Core Contributors George Mamadashvili, Andy Fragen and yours truly on the various options to test upcoming versions. The recording is available now Testing the latest features in WordPress with resources and links.

After the Beta 1 release, you only need to install the WordPress Beta Tester plugin and set it to channel Bleeding Edge and stream Beta/RC Only.

Setting WordPress Beta Tester Plugin for testing Beta and Release Candidates during the release cycle of an new WordPress version.

Need a plugin .zip from Gutenberg’s main (trunk) branch?
Gutenberg Times provides daily build for testing and review.
Have you been using it? Hit reply and let me know.

GitHub all releases

Gutenberg 11.9 and 11.9.1 has been released.

Just before the Feature Freeze of the WordPress 5.9 release cycle, Gutenberg 11.9 was released. Andrew Serong published the release notes in What’s new in Gutenberg 11.9.0 (10 November).

Justin Tadlock posted the details as well: Gutenberg 11.9 Focuses on Navigation Menus and Block Theming

In Gutenberg Changelog newest episode (#55)Grzegorz (Greg) Ziolkowski and I discuss Gutenberg 11.9, WordPress 5.9 and Navigation Block. Surprise guest: Riad Benguella. Listen in and write us a review.

Subscribe to the Gutenberg Changelog podcast
🎙️ Spotify | Google | iTunes | PocketCasts | Stitcher |
🎙️ Pod Bean | CastBox | Podchaser | RSS Feed 

 “Keeping up with Gutenberg – Index 2021” 
A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.

Theme Builders and Block Themes

Ellen Bauer wrote an Introduction to Theme.json and explained how the configuration choices work together to manage a build a block theme, like Aino and can be used in Classic themes as well. Bauer also invites you to a Twitter Spaces conversation on November 21, 2021 at 2pm to the WordPress FSE & block theme chat


In his article “Skins” Are Back in Style, Proposal for Themes To Bundle User-Selectable Design Variations, Justin Tadlock commented on a Proof of Concept by Riad Benguella, who explored “a way for extenders to offer multiple global styles variations and the user would be able to pick up one of the variation for its site.” (on Github).


Channing Ritter also experimented and explored the possibility of switching out different style settings within the Global Styles panel. In the comments, Ritter mentioned that a feature like that could make it fairly quickly into the Gutenberg plugin for users to test.

Developing for Gutenberg and Building Custom Blocks

The latest Decode Podcast episode is titled Gutenberg with Jason Bahl. Kellen Mace and Will Johnston, talked to Jason Bahl, creator and maintainer of WPGraphQL plugin and ecosystem, about the benefits of Gutenberg, what’s lacking in Gutenberg’s current implementation, and what implementations exist for rendering Gutenberg in headless WordPress.


Matt Watson shared his experience in Creating a Custom Block for WPOwl. The task was a Link block displaying and image a text blurb and a URL. Watson then described his implementation journey and covers these steps:

  • Building a Reusable Block,
  • Convert it to a Block Pattern
  • Why use a Block instead of a Pattern
  • Create a Block WordPress Script
  • Write the edit.js and save.js functions
  • Create Block Styles and Variations.

The final block is now used on the WPOwls newsletter. You can study the code via the public GitHub repository


Editor Maciek Palmowski announced the WPOwls Challenge for the WordPress community to build a similar block with different tools. Besides the version built as Block Patterns and Native Custom Blocks (ReactJS) they already have versions built with ACF Blocks, and via Block Builder plugin. There are other tools available, for instance you could us Genesis Custom Blocks or Lazy Blocks or a Dynamic Block.


Ryan Welcher live-coded again this week. He walked us through the first part of Creating a Poll Block for Gutenberg using React Google Charts and the native WordPress Create Block script.


Joe Hoyle, co-founder and CTO of HumanMade, published an experimental library to render custom Gutenberg blocks built in React (front-end) on the server (using PHP V8JS). Hoyle wrote in the Readme file of the repository Block Editor SSR “Building blocks that will render as a React-app on the front end has many possible architectures and solutions. Block Editor SSR expects blocks to be built in a certain way (the way that made most sense to me). Before detailing how Block Editor SSR will server-render and hydrate your custom React block, first let’s go over how building custom blocks in React (front end) is expected to go.”

Gutenberg for Site Builders and Content Creators

Kathy Zant, new product marketing manager for KadenceWP, introduced the new premium plugin, Kadence Conversation, as a no-code interface to create lightweight and performant popups, modals, slide-ins, and banners for your site. At the time of this post, the plugin is available via Black Friday sale at 40% off.


In his tutorial, Ben Dwyer explains how to use the plugin Create A Blockbase Child Theme and employ the existing tools to modify a Blockbase theme, and then export a bundle of templates and theme.json as a new child theme. Justin Tadlock wrote about it, too.


Block Theme No 28 was added to the WordPress Theme repository. Justin Tadlock took it out for a spin and shared his findings: Wowmall: A Free Experimental WooCommerce Block Theme. Tadlock wrote: “For an eCommerce theme, it is much cleaner than others I have seen, and it leverages almost every piece of the block system. It ships over 30 block patterns.”

WordPress Events

November 22, 2021 – 7pm ET / 22:00 UTC
Meetup Montclair, New Jersey
What is Full-Site Editing? w/ Birgit Pauli-Haack


November 23, 2021 – 10:00 am EST / 15:00 UTC
WordPress Social Learning
Discussion: Discovering theme.json for WordPress themes with Daisy Olson


November 27th, 2021
WordCamp São Paulo


December 11 + 12, 2021
WordCamp Taiwan


December 14th, 2021 – 5:00 pm ET / 22:00 UTC
WordPress News
State of The Word w/ Matt Mullenweg + Q & A


February 4+5, 2022
WordCamp Birmingham, AL

Call for Sponsors and Speakers are open now.


March 4th, 2022 all day
WordFest 2022

a 24-hour festival of WordPress. Call for Speakers is open. Deadline Dec 6th, 2021.


On the Calendar for WordPress Online Events site, you can browse a list of the upcoming WordPress Events, around the world, including WordCamps, WooCommerce, Elementor, Divi Builder and Beaver Builder meetups.


Don’t want to miss the next Weekend Edition?

We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition

Thanks for subscribing.

Featured image: “Baby Blocks” by Bessie Ely is licensed under CC0 1.0

by Birgit Pauli-Haack at November 20, 2021 06:42 AM under News

November 19, 2021

WPTavern: Automattic Theme Team Releases a Plugin To Build Blockbase Child Themes

On Wednesday, Ben Dwyer announced a new block-based plugin on the Theme Shaper blog. The Automattic Theme Team had built a child theme creator for its Blockbase WordPress parent theme.

Blockbase has quickly started filling the role of Underscores, a starter that many developers used to create custom themes in the classic era. For block templating and global styles, something fresh was needed. It is both a launchpad and educational tool for theme authors who want to test the block theme waters.

The approach is different now than in the past. Instead of using Blockbase as a customizable starting point, which is still a valid use case, the Automattic Theme Team is leaning far more heavily into child theming. It is a single parent to raise a legion of children, and the family has grown at a rapid pace. Since releasing Blockbase on WordPress.org, the team has already launched five child themes for it. Their themes repo on GitHub shows several others in progress.

With the talent in the team’s arsenal and the Create Blockbase Theme plugin at hand, they could spit out design after design after design. Of course, the child themes might begin to lose some of their flavor if the team moved too fast.

Dwyer created a custom theme called Typewriter, which is downloadable via the announcement post. For my test, I did not go quite as far with customization and relied on one of the pre-existing color schemes from Blockbase.

I primarily wanted to get a feel for how the tool worked. After a bit of tinkering, I had something that still felt much like its parent with some simple changes.

To use the plugin, users must install and activate the Blockbase theme. Until WordPress 5.9 is released, the Gutenberg plugin is necessary too. Currently, there are two places to make stylistic changes. The first is in the site editor. I made some adjustments to the header template part and index template. I also changed a few global styles.

Customizing the index template and global styles.

The second place to modify the theme’s design is via the customizer, which Blockbase enables (it is not accessible by default with block themes). The long-term goal should move all of these extra customizations to the site editor when it handles all the necessary use cases, such as a web fonts API.

After switching the color scheme and selecting a couple of custom fonts, I had everything in place.

Selecting a custom font.

After I had all the customizations I wanted, I headed over to Appearance > Create Blockbase Theme in the admin. The page has a handful of fields to fill in — just basic theme info. Once I was finished, clicking the “Create Blockbase Theme” created a downloadable ZIP file.

Generating a Blockbase child theme.

Everything worked. The only issue I ran into was with the theme folder slug when using a multi-word theme name. Tavern Test became tavern_test.zip. It is standard practice to hyphenate theme folders instead of using an underscore to separate multiple words.

The plugin does add a blank screenshot.png file. Creators will want to change that if they intend to publicly release their custom child theme.

This is the sort of future I have long imagined for the WordPress theme space, one that can empower anyone to create designs of their own. It is a future where an end-user, even a non-coder, can tinker around for a while, export whatever they have built, and share it with others.

We are not at that point with WordPress itself. The site editor currently allows users to export their templates. However, I hope that this same functionality is extended to exporting a fully-installable parent or child theme in the future. The basis of democratizing design means that everyone can give it a go without learning to code.

by Justin Tadlock at November 19, 2021 11:42 PM under Themes

WPTavern: WordPress 5.9 Delayed Until January 2022

photo credit: Tom Woodward

WordPress 5.9 has been delayed due to significant blockers that could not be resolved in time for Beta 1, which was previously scheduled to be released November 16. The 5.9 release team came to the decision after a lengthy deliberation on the impact a delay will have on users and contributors.

Robert Anderson, Editor Tech Lead for 5.9, published a summary of the blockers that were found while testing full-site editing in core this week. They are identified as either blockers for beta 1 or blockers for 5.9.

“Historically (and even in the linked post), ‘deadlines are not arbitrary‘ has referred to the ability to cut features that aren’t quite ready yet, and include them in a future release,” Gary Pendergast commented on the post announcing 5.9 beta 1 as delayed. “Are there particular reasons for why this philosophy has been re-interpreted?”

Tonya Mork, Core Tech Lead for the 5.9 release, responded with an explanation that FSE is going to have to be a package deal.

“Removing those areas that need fixing were ruled out as they are too intertwined into FSE and would make it unstable,” Mork said. “Punting fixes was ruled out as these meant delivering a ‘half-baked’ experience.

“The choice is between shipping these major features in 5.9 with a delay or moving these major features to 6.0 to ship in the spring.

“Impacts were assessed. Shipping these major features sooner than later were determined to be more beneficial with less impact.”

Others commenting on the post shared concerns about the features possibly being rushed after seeing the list of blockers.

“My initial reaction when reading the Overview of WP 5.9 pending issues and blockers -issue on Gutenberg repository was ‘holy smokes, there are so many open issues and blockers,'” Timi Wahalahti said.

“Nevertheless, from the viewpoint of a developer working in an agency and having 150+ client sites to look after, I do have similar concerns that Gary and Addison (in the Gutenberg repo issue) have already shared about rushing features out. After seeing the blocker list and reading how new major features are still under works, I’d be very uncomfortable on updating to 5.9 after releasing it, knowing that some features were probably finished in a hurry.”

Contributors on GitHub cautioned that the new flows for FSE features have not been adequately tested and should not be shipped just days after landing major changes.

“I think there are some large red flags here that some things are not ready for 5.9,” Gutenberg contributor Addison Stavlo said. “Overall, it seems like right now we are rushing things in a dangerous way. We targeted 5.9 as the release for these items in core but too many things are just not ready, hence the rushing to change so many things at the last minute. Wouldn’t it be better to miss the expected target date than to rush potentially regrettable decisions and brand new flows into core WP at the last minute?”

The new proposed schedule, which has not yet been officially confirmed, is as follows:

  • Nov 30 – Beta 1 (2 weeks from now)
  • Dec 7 – Beta 2
  • Dec 14 – Beta 3
  • Dec 21 – Beta 4 (optional)
  • Jan 4 – RC 1 (5 weeks from Beta)
  • Jan 11 – RC2
  • Jan 18 – RC 3
  • Jan 25 – Release date

At the time of publishing, all 18 contributors who weighed in on a poll in the 5.9 release leads slack channel are in favor of the proposed new schedule. More blockers are being resolved and should continue throughout the weekend, but the delay to Beta 1 makes it inevitable that the stable release will be pushed back to January.

The remaining consideration is whether or not FSE will be on track for inclusion in 5.9 or if it will need to be shipped in 6.0.

“If for some reason progress does not advance on track or something unknown / unexpected happens to cause further delays, then FSE features and TT2 theme are at risk to be punted to 6.0,” Mork told the Tavern. The team is working to put safeguards in place to protect the release from further delays.

“FSE is a collection of features with some that are interconnected,” WordPress 5.9 Testing Co-Lead Anne McCarthy said. “This release includes a selection that are interconnected including Styles, Block theme flows, Navigation Block, etc. In order for them to really shine, it makes the most sense for them to be released together, making it hard to just delay shipping one. They need more time to be refined in order to be shipped together.”

The release team plans to publish an update on Monday with confirmation of the schedule moving forward. McCarthy noted that contributions have been lower this year, which has contributed to the delay.

“We need to recognize the very Human situation we’re in right now both in terms of larger cultural moments coming up with various holidays/celebrations and the reality of still being in the midst of a pandemic,” McCarthy said. “Delaying provides sustainability to get this release right without potentially burning out the remaining contributor base.”

by Sarah Gooding at November 19, 2021 11:07 PM under WordPress 5.9

WPTavern: BuddyPress 10.0.0 Beta 1 Delayed, Stable Release Rescheduled for December 24

The upcoming BuddyPress 10.0.0 beta 1 release was scheduled for November 20, but contributors have decided to postpone the beta by two weeks, due to lack of time for adequately testing recent improvements to the planned features. The stable release has been rescheduled for December 24. This version will require WordPress >= 5.4.

The delayed beta gives BuddyPress plugin developers more time to update the way they add custom tabs in admin screens, as version 10 will make changes to the layout of the Settings and Tools Administration screens. A short tutorial for how to update custom tabs was published in a recent BP dev note.

Version 10 will add a new site membership requests feature, which changes the registration process so that a site admin must manually approve requests. Approval sends an email to the user with a link to activate their account. Administrators can turn the feature on by disabling “Anyone can register” and enabling membership requests. Improvements to site membership requests are still under review and need more testing, which was one factor in the decision to postpone beta 1.

Contributors are also still working on extending no content activities with images and call of actions, a feature that needs some refinement to the initial approach.

Unrelated to the postponed beta schedule, BuddyPress contributors are now discussing a proposal regarding the core BP blocks.

“I was thinking we should probably stop adding blocks to BP Core and instead create standalone blocks into the WordPress plugins directory,” BuddyPress core developer Mathieu Viet said during the most recent dev chat.

One advantage of not packaging them with BuddyPress is that they can be updated independently of core updates, which happen less frequently. One contributor, Varun Dubey, noted that this will increase the number of active plugins on sites and suggested the team consider bundling them in a block collection plugin instead. Anyone with a strong opinion on the matter is encouraged to share it as a comment on the most recent BP Dev Chat summary post.

by Sarah Gooding at November 19, 2021 05:03 AM under News

Post Status: The Open Web Manifesto

Accessibility, Creatibility, and Connectibility — these are the three things that define the Open Web in its ideal state. It can be accessed by everyone, anyone can freely create on it, and the communities that form there can sustain themselves and grow. WordPress is critical to the Open Web as an indicator of its health, an ecosystem for business growth, and a path for people to contribute to the health, growth, and future of the Open Web. We want to guide, connect, and elevate our members — WordPress businesses and professionals — as they grow. And we want to make sure we share, nurture, and replenish the common resource we have in the Open Web.

by Jonathan Wold at November 19, 2021 12:44 AM under Planet

November 18, 2021

WPTavern: Donate to Big Orange Heart, Become a Self-Proclaimed Winner in the WP Builds WordPress Awards 2021

Flipping the usual popularity contests WordPress-related award systems on their heads, Nathan Wrigley has created something where we can all be a winner. What started as a joke to crown his WP Builds podcast as the best quickly took a positive turn that has seen several charitable donations in the past week or so.

The awards “contest” is simple. Anyone can donate the minimum amount of $10 to Big Orange Heart and show their receipt via the submission form. They can then create a new award category for the WP Builds awards page and claim themselves as the sole winner. There are 27 days remaining to enter.

Awards page and submission form.

While I certainly want to be charitable, I saw this as an opportunity to crown myself as the Best WordPress Halo Player in 2021. I have already won, so no one can dispute it.

In all seriousness, Big Orange Heart is a worthy cause in which to donate, regardless of whether you claim your award. The charity organization focuses on mental and physical health for remote workers. It offers coaching, mentoring, workshops, and other resources to over 14,500 members.

“So I really did not come up with this,” said Wrigley. “It was an accident. I saw a few posts about a variety of awards polls (both inside WordPress and outside too), and I thought that it would be funny to create an Awards poll of my own. It had only one question, which was ‘Best Podcast called WP Builds’ and there was only one option to choose from, which was, erm…WP Builds. I thought that this was enormously funny because somewhat humorless dad jokes are the level that I’m on.”

He then posted on Twitter and got 30 votes for the joke award poll in which his podcast could be the only winner.

“A day later, I got a tweet from Jamie Marsland of PootlePress who said (jokingly, I expect) that he’d give me £10 if I would add a new question of ‘Best WordPress Tennis Player’ and him as the only possible winner. Now, I know nothing about tennis (or WordPress, if the truth be known), and so I thought about this for a moment. I imagined all of the things that I would do with Jamie’s £10. The new Bond film at the cinema, some new tennis balls, a billionth of a Bitcoin…Then I remembered Big Orange Heart.”

Thus, a new fundraiser and faux awards contest had been born. Wrigley described Big Orange Heart as a charity that’s really close to his heart. He told Marsland to donate to the organization to earn his spot. A $25 contribution and a screenshot of a receipt later, and he had become the unofficial best WordPress tennis player.

Not to be outdone, Nigel M Rodgers later won the “Bestest Best WordPress Tennis Player” award. It is all in good fun.

“So this silliness had taken a new turn,” said Wrigley. ” A silly idea had generated $25 for Big Orange Heart. My heart was racing; this could be huge. I went to bed. In the morning, I woke up and sent out a new tweet.”

“I had set a new low for Awards,” he said. “I will allow you to donate/buy your way into winning whatever category you choose for yourself in exchange for a guarantee that you’ll win!”

The WP Builds WordPress Awards 2021 is, without a doubt, unique. Now that we are just ahead of the holidays, it is always a welcome time to donate.

Michelle Frechette “is actually triplets masquerading as one person” reads one award. Leanne Mitton is the “Best Gnome Collector in the WordPress community.” Isaac Coleman is “The Most Awesome 13 Year Old in the World” — there could be a proud parent involved in that one. And, there are many others to read through just for laughs.

Wrigley does not yet know if he will run it in 2022. He is waiting to see how this one turns out. With enough support from the WordPress community, it could be fun to keep up with every year.

For now, Big Orange Heart is the only accepted charitable organization. However, I asked if Wrigley would be open to others in our space in the future, assuming he keeps it up next year.

“I’m sure that there would be ways to allow the person making the donation to choose alternative charities,” he said. “This seems like a great idea! I’m open to suggestions about which charities we could include.”

Note: Nathan Wrigley runs the WP Jukebox podcast for WP Tavern.

by Justin Tadlock at November 18, 2021 07:12 PM under donations

Post Status: Post Status Excerpt (No. 33) — The Next Chapter For In-Person WordCamps

“I expect the hallway track to be pretty busy during this event.” —Nathan Ingram

In this episode of Post Status Excerpt, David talks with special guests Nathan Ingram and Ryan Marks about WordCamp Birmingham 2022 — one of the first in-person WordCamps after almost two years of no live events anywhere in the world. With 200+ people expected to attend, Nathan and Ryan talk about the safeguards that will be in place, how they are managing expectations, how their sponsorships are being handled, the role of hybrid events, and how WordCamp Birmingham's reboot is being received in the WordPress community.

Also don't forget: We're encouraging listeners to check out the “Week at WordPress.org” — get the feed here — and submit your Black Friday / Cyber Monday deals to us at Post Status for us to share.

Every week Post Status Excerpt will brief you on important WordPress news — in about 15 minutes or less! Learn what's new in WordPress in a flash. ⚡

You can listen to past episodes of The Excerpt, browse all our podcasts, and don’t forget to subscribe on Spotify, Amazon Music, Google Podcasts, iTunes, Castro, YouTube, Stitcher, Player.fm, Pocket Casts, Simplecast, or by RSS. 🎧

🔗 Mentioned in the show:

🙏 Sponsor: SpinupWP

Spin up your own extremely fast WordPress server in minutes with SpinupWP. Use any cloud hosting provider you want, and manage your servers remotely with a simple but powerful control panel. Get the security and performance of managed hosting without losing the independence of hosting your projects and your clients yourself.

by David Bisset at November 18, 2021 12:00 PM under Everyone

WPTavern: New Core Web Vitals Technology Report Shows Overall Pass Rate for WordPress Sites Decreases with Newer Versions

Some new data from a recent Core Web Vitals (CWV) technology report produced by the HTTP Archive shows WordPress sites running newer versions have lower CWV pass rates.

The original report was published in July by Rick Viscomi, one of the maintainers of the HTTP Archive. The site provides a permanent repository of web performance information, giving researchers a common set of data for researching and understanding trends. Contributors’ efforts are sponsored by Google, Mozilla, New Relic, Etsy, and other companies.

One of the most notable findings in Viscomi’s report showed that just 22% of WordPress-powered origins pass the Core Web Vitals “Good” threshold.

WordPress core committer Adam Silverstein wanted to dig a little deeper into this data set to see if he could extract more information about WordPress sites’ CWV performance that wasn’t represented in the initial published graphs. He proposed an analysis that would compare Core Web Vital performance across WordPress versions:

How have CWV scores changed over WordPress versions? Are there measurable improvements in the wild after recent changes like adding native image (version 5.5) and iframe (version 5.7) lazy loading and WebP image support (version 5.8)?

Silverstein worked with Viscomi to create a query that would extract performance data grouped by WordPress version. He found that core additions like native image and iframe lazy loading, and WebP image support have had no measurable improvement on CWV scores in the wild.

“Lazy loading may be too aggressive as it is applied to all images,” Silverstein said, noting that lazy loading can be detrimental if over used. This should be remedied soon. Google-sponsored WordPress core committer Felix Arntz opened a ticket to improve lazy loading, which will be included in WordPress 5.9.

“WebP adoption in WordPress has been growing since the 5.8 release, however users need to manually convert their images to WebP before uploading to take advantage of the format,” Silverstein said. “Landing WebP as the default format for sub-sized images which was started in this ticket will have a much bigger impact by automatically converting uploaded images to WebP.​​”

A few highlights of Silverstein’s observations from the analysis include:

  • 70% of origins are on the latest version of WordPress and 88% are on one of the last two versions, meaning changes we make to core reach the majority of sites relatively quickly.
  • The number of origins is quite low for older versions of WordPress, with fewer than 5k origins for most versions before 4.7
  • Overall CWV pass rates have generally decreased over WordPress versions. Although it might also be the case that “leading-edge” websites that update to the latest version are generally slower than those that linger on older versions.

Silverstein anticipates this analysis will provide the basis for tracking major improvements in the future. The Google-sponsored WordPress contributors on his team are active in certain core projects and are leading WordPress’ new performance team with the goal of improving core performance as measured by Google’s Core Web Vitals metrics.

“Basically I wanted to create a way to measure the impact of core WordPress improvements on WordPress sites (at scale),” Silverstein told the Tavern. “My team at Google is focused on helping improve the performance of the web at scale, and WordPress is a huge part of that! You may have noticed us working on features like lazy loaded images and iframes, WebP image support and now helping start the performance group. I wanted to find a way to see if our work is having a measurable impact – and not just on a vanilla WordPress site you might set up for testing, but in the wild, or real world websites that upgrade to the latest version of WordPress. That is the goal of the dashboard.”

The new dashboard, which tracks WordPress CWV performance by version, is available to the performance team for monitoring their progress with each new WordPress release. Google-sponsored contributors are using it to measure the impact of their efforts across various performance initiatives.

by Sarah Gooding at November 18, 2021 03:15 AM under performance

WPTavern: Rank Math SEO Launches a Content AI Feature

Last week, the popular Rank Math SEO plugin received a major update that includes a new artificial intelligence system. The Content AI feature is a SaaS product that behaves like a personal writing assistant to boost search rankings.

“We built Rank Math’s Content AI feature to revolutionize the content production and optimization process with proprietary AI that gives SEOs and content marketers a competitive edge,” said Bhanu Ahluwalia, Rank Math’s CMO.

The system allows users to research what their content should look like based on a keyword. Each keyword analysis costs one credit. This data is stored on the user’s server, so the same keyword used on multiple posts does not cost extra. Users get five free credits after signing up for a user account with Rank Math. However, they must upgrade to one of the three commercial plans, ranging from $59 to $499 per year, for more.

Each of the commercial plans comes with a specific number of credits. They are marketed as free extras, but they are not “free” for users who want to upgrade for credits alone. The team says they are working on a pricing solution to address this.

Users should see a new Content AI module that they can enable from the plugin’s Dashboard screen. Turning this on creates a new tab under the plugin’s General Settings page for further configuration.

Content AI general settings.

The Content AI feature works with the WordPress editor, the classic editor, Elementor, and Divi. However, the team plans to extend this support to other page builders in the future

Users can then enter a focus keyword from the post-editing screen and click the Content AI button. From there, they can research their chosen keyword, and Rank Math pulls up suggestions from their system.

Example post with Content AI score.

The scoring system is easy to understand. Above 80 (in the green) is considered “good.” Anything below might need some work based on the plugin’s recommendations.

The primary suggestions from the Content AI center on total words, links, headings, and media. When asked how the numbers were figured, Ahluwalia said, “This is a computation performed based on the top-ranking content in search engine results pages (i.e., characteristics of content that ranks).” It is a proprietary system, so maybe the team is not ready to give away the exact details.

The feature also lets users copy related keywords to use in their posts, offers questions that the content should answer, and lists potential links to use.

The following video explains how Content AI works:

Are Content Scores a Good Thing?

I am admittedly skeptical of any claims from SEO tools. There is value in most of the plugins in the space, and Rank Math is no different. However, I also want end-users to take SEO or content scores with a grain of salt. Hitting a specific word, link, heading, or media count is not going to make or break you. These should be guidelines, not goalposts.

When asked how the score was calculated, I was pointed to a knowledgebase article on the Rank Math website. Nothing in the Content AI section explicitly explains the “math” behind the score. Essentially, the documentation references how the AI analyzes search results for various factors and describes how the tool works. There is some generally solid advice throughout, but it does not answer how those scores are calculated.

One particular area of concern was the recommended media count for each post. I had access to a full demo of the feature with a few dozen posts to check. Nearly all that I ran through the Content AI had a recommendation of using 18 media. The number felt off. While I cannot claim to be an SEO guru, I do not see why a typical 1,000 or 2,000-word post should need that many images or videos. Even with web-optimized media, that could bring page-loading speed to a crawl for many site visitors.

“That entirely depends on the focus keyword that you had set for your post,” said Ahluwalia on how the recommended count is determined. “Page speed is a ranking factor, but the media count and its associated guideline there is a super simple way to quickly see and consider whether that’s something that you need to do to rank as well. If we’re, for example, looking at the keyword ‘SEO tools,’ the recommendation is as high as 26, which is unsurprising because the majority of ranking content hasn’t just covered essential SEO tools, they’ve covered the 15, 20, or even 109 ‘best SEO tools.’

“This concern with using media in content as it relates to page speed is surprisingly common, but the reality is that content without design doesn’t typically perform particularly well (even if it ends up ranking, then not from a conversion/social sharing perspective because people leave with the impression of encountering a wall of text). A lot of the content on our site wouldn’t be the same without the images in the posts to paint the full picture and distill what are complex SEO processes/ideas into something that’s super simple for people to understand.”

I generally agree that sites should use media alongside text. Looking over one of the demo posts I had access to, the content did not seem to warrant the recommended count.

This particular post had 1,199 words and 32 paragraphs. It also had six images, which presumably played a significant role in the 20/100 score. Content AI recommended 18 instances of media.

Had the post met the recommended media count, there would have been one image for at least every two paragraphs. Even with half that number, visitors would unlikely think they are just “encountering a wall of text.”

Maybe the analysis is correct. Perhaps it will help sites rank. But, that much media mixed in with text strikes me as a sub-optimal reading experience.

My primary concern with tools like Content AI — this applies to SEO plugins in general — is that site owners are trying to make sure they are in the green. Instead of writing for readers, they are writing to rank. The two things are not mutually exclusive, but when end-users take recommendations as gospel, it can lead to stunted prose.

“We completely agree, and while AI content has come a long way, we’re very much also still fans of well-researched content that’s put together by humans like you and I (as is all of the content on our own blog),” said Ahluwalia. “The goal with Rank Math’s Content AI is assisted content production and optimization (streamlined by software).

“Broadly speaking, as you say, traffic-light style scores or numerical scores don’t paint a full picture for most content. This was a very big motivation for the new content optimization suggestions that go beyond typical scoring (that is the same no matter what you’re writing about). When writing something that isn’t search-driven at all (i.e. targeting a keyword and search intent that has little demand and no competition with a thought leadership piece, for example) you’re not writing for searchers, you’re writing for a specific set of people you have in mind. This content is still incredibly valuable though.”

He went on to say that for what the Rank Math team calls “search-driven” content, there are specific elements that well-ranking competing content has in common.

“It goes without saying that when using content optimization tools the consideration for still writing good content that’s helpful has to be there for the end result to be truly exceptional,” he said. “With the aim here being to aid the creation of content, ensuring it addresses search intent, and meets what search engines deem valuable and useful content.”

by Justin Tadlock at November 18, 2021 01:11 AM under seo

November 17, 2021

Gutenberg Times: Gutenberg Changelog #55 – Gutenberg 11.9, WordPress 5.9, Navigation Block

Birgit Pauli-Haack, Grzegorz Ziolkowski discuss Gutenberg 11.9, WordPress 5.9 and Navigation Block. Surprise Guest: Riad Benguella

Show Notes / Transcript

Subscribe to the Gutenberg Changelog podcast via your favorite podcast apps!
🎙️ Spotify | Google | iTunes | PocketCasts | Stitcher |
🎙️ Pod Bean | CastBox | Podchaser | RSS Feed 

Show Notes

Announcements

Nov 22, 2021 7pm EST / 0:00 UTC
JerseyPress: What is Full-Site Editing?
WordPress Meetup in Montclair, New Jersey

𝗕𝗹𝗼𝗰𝗸 𝗕𝗮𝘀𝗲𝗱 (𝗙𝗦𝗘 𝗰𝗼𝗺𝗽𝗮𝘁𝗶𝗯𝗹𝗲) Theme in the WordPress Directory

What’s released:

WordPress 5.8.2

Gutenberg 11.9

What’s new in Gutenberg 11.9.0 (10 November)

Gutenberg 11.9 Focuses on Navigation Menus and Block Theming

What’s in active development or discussed

FSE Program Testing Call #11: Site Editing Safari

Stay in Touch

Transcription

Birgit Pauli-Haack: Well, hello and welcome to our 55th episode of the Gutenberg Changelog podcast, recording on November 15th, 2021. In today’s episode, we will talk about Gutenberg 11.9, WordPress 5.9 coming up to a WordPress instance near you and then about navigation area block on Full-Site Editing and all the good things that come to WordPress.

I’m Birgit Pauli-Haack, curator of the Gutenberg Times and WordPress developer advocate. And today, I have two co-hosts. You all know Grzegorz Ziolkowski, JavaScript developer at Automattic and WordPress core contributor. And our surprise guest today is Riad Benguella, one of the lead developers on Gutenberg and also code wrangler at Automattic. I am delighted you are here with us Riad, thanks for joining us.

Grzegorz Ziolkowski: Hi, Birgit. Thanks for having me. It’s an honor for me to join you and Grzegorz on the show, and help spread the Gutenberg love to the community.

Birgit Pauli-Haack: Yeah, yeah. It’s good. Yeah. Well, your passion for it is really contagious when I saw you before at WordCamp US and so when we met, it’s always nice and yeah patiently explaining things to me. So are you both on a team retreat? Where are you right now in the world and how are you doing?

Grzegorz Ziolkowski: Hola, qué tal? That means greetings from Spain. So I’m so happy that Riad joins us today to discuss the latest 11.9 Gutenberg plugin release and the upcoming COR press 5.9 release.

Riad Benguella: Yeah. It’s so great to be able to meet colleagues again, we are kind of learning to travel again. Right?

And yeah, I’m also, so looking forward to be able to join the community in upcoming word camps in-person events. We miss these a lot.

Birgit Pauli-Haack: Oh, yeah.

Grzegorz Ziolkowski: The one is happening in Seville in December. That’s going to be fun.

Birgit Pauli-Haack: You’re going to be there in December in Seville.

Grzegorz Ziolkowski: I’m not it’s the connection to Seville is bad for me, but I know that some of my colleagues from Spain, which will be there from Automattic.

Birgit Pauli-Haack: Yeah.

Riad Benguella: Personally I’m so looking forward to word camp Europe in Porto in June, hopefully.

Birgit Pauli-Haack: Yeah, me too. Me too. And I’m so excited. I was excited two years ago when it was supposed to happen and now I’m even more excited to come to Portugal and to see everybody from Europe again, it’s going to be such a great event. And I hope that all the people that are still hesitant about vaccinations, that they get their shots, also the booster shots so we can all be together. Because I found that in-person meetings are so much richer than even though an online meeting like this, it’s good to help out and kind of bridge the gap. But the in-person meeting, even with family, we visited the family for five weeks in August and September. And there was such a relief to finally be together in one room again, and just hang out and go out and eat and just sit and chat. Yeah. But back to here.

Announcements

So I just wanted to let you know that November 22 is a WordPress meetup in Montclair, New Jersey, which is a virtual meetup and anybody can join. And I will demo the concept of full-site editing. And I will also take questions, AMA style, ask me anything style and it will take place on 7:00 PM eastern 12:00 AM. I was just going to think, is this am or PM because, it’s 12:00 AM UTC. And if you go to meetup.com, look for WordPress Montclair in New Jersey to sign up for it. Well, of course we will have the link in the show notes but it would be great if you want to learn more about what’s coming to WordPress 5.9 and Full Site editing to join us there.

Grzegorz Ziolkowski: And speaking of that, I would like to thank props to Munir Kamal for reminding us on Twitter about the new tag that is in the WordPress teams directory, which called Full-Site editing. And it allows you to see all the block teams that are already there and it looks that we have 27 teams that are marked with this tag.

Birgit Pauli-Haack:  Yeah. That’s great that, tweeting that out Munir. I’m also seeing that’s also a link that I will share in the show notes, of course, and also in the meeting at Montclair and some of the themes that are in there are actually universal themes. They work for a classic theme or a block theme. So it’s quite interesting to see how you can switch it over. But don’t use them on production caveat it’s still a beta kind of feature.

Grzegorz Ziolkowski: Yeah, it’s like in one month, everything could change.

Birgit Pauli-Haack: Right. Everything, the whole Internet’s going to change. But only if you want it. Yeah, we don’t want to scare anybody to upgrade to 5.9 because it’s all opt in. And it’s only when you have a block theme available, the Full-Site Editing is actually available to you. 

What’s Released – WordPress 5.8.2 and Gutenberg 11.9 

So what’s released in last week, we had the WordPress 5.8.2 release, that’s a maintenance and security fix. And if you haven’t updated yet, you definitely should do so now. Most WordPress managed hostings automatically update to a point release, but not everybody is comfortable doing that, but update it. And the other release was of course the Gutenberg 11.9 plugin release with 223 PRs, yes I counted them and they made it into the release.

Grzegorz Ziolkowski: The largest ever.

Riad Benguella: I also counted the PRs for WordPress 5.9, and it’s actually 600 feature PRs and like 400 bug fixes.

Birgit Pauli-Haack: Wow.

Riad Benguella: So it’s like 1000 PRs that are coming to WordPress 5.9.

Birgit Pauli-Haack: Whoa.

Riad Benguella: In a couple of weeks.

Birgit Pauli-Haack: Well, that’s huge. Yeah. So the…

Riad Benguella: I don’t know how the community managed to do that, but yeah. It’s very impressive.

Birgit Pauli-Haack: Yeah. Wow. Yeah. Well, thank you for the data. So 600 features and 400 bug fixes. That’s a thousand, wow. Yeah and how many contributors, you don’t know, but we will know in December.

Grzegorz Ziolkowski: Yeah. That’s important. Someone will run the script that will calculate everything for us.

Birgit Pauli-Haack: Yeah.

Grzegorz Ziolkowski: So stay tuned.

Birgit Pauli-Haack: Stay tuned. Right. Okay. So what’s in Gutenberg 11.9. 

Enhancements

Grzegorz Ziolkowski: So first we start with new blocks, but they are not part of WordPress 5.9’s release. They are still experimental and they are related to comments block, we already have one that is going to be in 5.9, this which is called post comments and is basically everything you see when you go to the comments section under the post. And this one is something brand new. So we are doing it in a way that is more granular and similar to the way how the query loop block works. So the new blocks are comment replying, comment edit link, comment outer avatar, and the comments query loop. There is also comment templates. So the idea is you can combine everything, decide what you want to display and so on.

Birgit Pauli-Haack: Yeah.

Riad Benguella: I was going to mention the navigation block and the work that has been performed during this release, which is an important work that was actually answering some feedback from the user testing that happened on FSE. So users were finding it a bit hard to actually reuse navigation across teams and across templates for FSE teams. So an important work went into the navigation block during this release. So now the blocks are actually saved into their own custom post type. They work like template parts so you should be able to reuse navigation menus more easily across templates, and when you switch teams.

Also the same features will allow classic themes to migrate more seamlessly into a block theme. So when you switch from a classic theme to a block theme, all your navigation should probably be retained. And yeah, these are some important change that are coming and actually was important before the beta of WordPress 5.9, which is I think coming tomorrow.

Birgit Pauli-Haack: Right. Yeah. It needed to be within the feature freeze. So it makes it in 5.9 and bug fixes will come probably with the next plugin release that will be back porting some of the issues.

Yeah. Thank you for mentioning the navigation block I have, in the last few days before I went to Chicago, tested some of the navigation items, and I’m glad that some made it in there. One is the single placeholder for the block. Where you can actually select the menu when you already have one or add all the pages or start an empty navigation block. And that is really helpful for users to get it all set up. But I also like, and I don’t think it’s in the release note now, but what also helps is that you can add the site title to the navigation or a site logo to the navigation block.

So it’s all kind of one unit that is on the header. That definitely spruces up the FSE, as Riad mentioned, FSE means Full-Site Editing and listeners will know, that referred to the Full Site Editing outreach program, that is run by Anne McCarthy. Do we have anything else? Oh, what I also like is the responsive navigation, there is a way to get the hamburger menu out of the box with a little feature there. And you can decide if you want the hamburger menu by default, also for your desktop site or just for the mobile site. And another tool is there that you can have the menu, have a navigation, an orientation horizontal or vertical. So you could if you wanted to put it in a column block on the left hand side, and it kind of goes down the left hand side, like one of the default themes, I think it was 15 that had a navigation block on the left hand side, yeah. All right and then we had these post comments, but it was interesting to hear that will not come into 5.9. Thanks for pointing that out. 

Grzegorz Ziolkowski: There, are two things it’s quite confusing because we had a post comments like plural, a post comment, but also post comment, singular block. So the, the one that has that got deprecated was the more or less what we are trying to replicate now with comment template block. But the old one, it was just very limited. And it worked more like a format you had to provide a comment ID, which was very hard to use for you. You don’t know the comment ID of your comments. So yeah.

Birgit Pauli-Haack: I don’t even know the post ID. Yeah. Okay.

Grzegorz Ziolkowski: Otherwise there was enhancement to the post comments blocks that will be included also in Twenty Twenty-Two default theme. And there was some features missing, there was some issues with the marking inside the block, and also in some cases is when the outer of the site decides to close the comments. So we should show proper messaging or you can also on your website decide that after a certain amount of time, you can no longer comment on posts anymore. So these cases are sorted it out and it should work pretty good in those situations.

Birgit Pauli-Haack: Yeah. And I also see that the post comment form that’s now available for block based theme on the post template, I would think. Yeah. Excellent. Excellent. 

Then there were some enhancements for accessibility with announcing the formatting change to screen readers also communicate to the screen reader the post title is a text area and some other smaller fixes or enhancements there, which is in all the little things that kind of make a user experience so much richer.

On the block editor we have the enable rich previews in the link UI for the site editor. That is something that had been in the block editor for, I think two versions of the plugin and now it also comes to the site editor. That’s a feature that when you put a link text in a paragraph or in a navigation or wherever you need it and you save it and then come back to it, you come back to update the post or you just kind of continue editing it, and you hover over the link, you get a rich preview with a title, a description as well as if it’s available, a feature image. So, you know exactly if the link is still working or if you need to update it in your content.

Riad Benguella: Yeah. As we get closer to 5.9 the contributors worked more on parity between site editor and post editor. So they brought these features, the link preview, the save keyboard. Now you can press command S and it triggers the saving. And there were some discussions also about the menu item of site editor and where we place it exactly and where it makes most sense. So for the moment, this decision has been to use editor and move it in their appearance. And it’s now worked that way across WordPress trunk. And also the Gutenberg plugin.

Grzegorz Ziolkowski: Now the controversy is that under appearance, we have editor and a theme editor, so that’s a confusing thing that probably needs to be further discussed among the contributors.

Birgit Pauli-Haack: Yeah. I hear you there. There is a lot of editing going on. Yeah. And the theme editor it’s really hazard because it gets you to the files of your PHP theme. And if you change a code and leave a quote out or something like that, you can actually create fatal error messages on your site. And it’s very hard to get to them to fix it. So I would always suggest to take away the theme editor instead of the site editor, because the site editor is a much safer place to be for someone who is not particularly technical.

Riad Benguella: Makes me wonder if it’s basically the ancestor of the site editor. In classic themes, you cannot edit the theme directly, you have to edit the code. So you go to the theme editor, or you edit the files manually. So now that you have the site editor, maybe we could consider removing the theme editor’s UI entirely. I don’t know if it makes sense anymore to have it there. Maybe some people still would still need it from time to time, but is it something that the user should be exposed then by default? That’s I think a question that could be discussed.

Birgit Pauli-Haack: Yeah I think so. You’re right.

Grzegorz Ziolkowski: Could be left somewhere, but probably you need to know what to do and finding in one place or when you know the link. And the other things that maybe the only reason why we should keep that exposed is for the CSS code. Maybe at this time, when not everything is covert with global styles. There are some reasons for people to use that.

Birgit Pauli-Haack: Yeah. It’s a similar case with the customizer. Yeah. When you have a Full Site Editing theme, a block by theme, the customizer itself, link in the appearance menu disappears, but the customizer is still available through the theme card on the theme screen. So you could still use the customizer if there’s something in there that a plugin put in there that the theme doesn’t have a control yet for it. And that could be a similar way to do, okay a Full-Site Editing theme is a block theme, is active. Yeah. Let’s remove the theme editor for that part and see what happens and just let the functionality be in there, but not have it in the menu. I think that will be valid to have that discussion. Yes. All right. 

Yeah, and then the next one of Full-Site Editing Enhancement is the Search. Control Component that you can have inside the navigation menu. I really like that. It could use a few more controls to adjust the size of it a bit in relation to the other items in the navigation menu. But that is certainly fixable in a later version, but just having it there, it really helpful.

Grzegorz Ziolkowski: Yeah. This navigation block becomes so powerful, there are so many options. And I really like how it evolves over time also, how it becomes easier to use with every release. It came a really long way from the beginning.

Birgit Pauli-Haack: Yeah.

Riad Benguella: And the challenge always with these powerful features is to find the balance between the good user experience, and also continue adding features without deteriorating the simplicity of the block. So, yeah I think we will continue to iterate on these things until we find the right balance there.

Birgit Pauli-Haack: Yeah. I think the other balance is also to strike, what do we want as feature parity to the previous version or the previous way of doing menus? Because there were quite a few extenders who extended the menu controls through plugins and themes and all that. I’m not sure that they all have been tested and kind of migrated over. I think there’s still some experience and some learning to be done, but is there a way to do it differently?

Yeah. Well, and then we have duo tone component there was only one change in the description that the underlying image that is to which the duo tone is applied is not changed. I think that’s a very important distinction because people always fear that something changes that they don’t have any control over and there was something else in duo tone.

Oh yeah. The duo tone now is using transparency as well. So you could have a background and a duo tone and transparency and have the background shine through. So it’s multiple layers of features that you can put on top of it, and I will share in the show notes, a video that Anne McCarthy did to kind of show you how this all works together. And she has some very neat representation of some of her photos now with the different duo tones there. Yeah, you have to see it to actually appreciate it really and not get confused about things, but I really love it. Duo tone. It’s almost like gradients and I love gradients. You could do now gradients in duo tone with transparency, background on cover. So yeah, what else can you need?

Riad Benguella: There’s so many customization control now available on the plugin and the contributors keep adding more and more. And I think it’s an infinite work. You can open your imagination and just make it happen.

Birgit Pauli-Haack: Yeah. Riad in 10 years we will still talk about gradients and where we can apply it. Yeah, no, absolutely. Yeah.

Grzegorz Ziolkowski: And there is now also a change to the tools panel, which is related mostly to the setting sidebar. So the thing that change is the type of section. So in the past, you would have a list of controls displayed at once. Now, you have better control over what’s displayed by default and you can enable more controls or hide some of them when you stop using them. It’s very similar to the dimension panel. That’s already in the plugin for quite a while. And the direction is just to give the same capabilities to all sections. So they work the same way. Yeah. 

Birgit Pauli-Haack: This change also use a, a little bit that you can actually have multiple columns in the theme, in the typography controls, when they’re just small controls, you get two next to each other, and that certainly saves you some real estate or some spool on up and down on that. And, and I like it. It has a more harmonious layout there. So like that. Yeah. 

Riad Benguella: The idea with these tools panels is that we should unify how blocks show their different customization option on the sidebar. So typography uses the tools panel color U could use the tools panel. I think there is another one dimensions could use the tools panel. So that way, no matter the block you are using, you could SU similar things on the, on this side. And if you find it too overwhelming, you could show and hide the controls you want.

Birgit Pauli-Haack: It’s awesome. Yeah. Yeah. It kind of goes a little bit towards what, what we have been discussing on the developer advocacy relations team that can we have some best practices on yeah. If somebody builds a custom block yeah. Best practices on how to distinguish between the side settings and the toolbar settings and all that. I think it’s, it’s time to kind of put some of those best practices in writing. So of people can look it up and I will going to work that’s part of our 2022 kind of plan to figure that out and work with the developers on that. So consistency goes a long way in not having to figure out this for every single block or for every single type of block. How is a car applied cred and applied and all that. Yeah.

Grzegorz Ziolkowski: In this case, we are following what Riad did for the block toolbar. So he created groups like for block, for formatting controls and so on. And here we will have also those extension points for dimension colors, typographic easy. You know, it’s not still setting stone, how it’ll end up. So we don’t want to spoil the game and like introduce any hustle to the community. But once everything is ready, then we’ll definitely come up with some recommendations that we share with the community. Awesome.

Birgit Pauli-Haack: So the template editor has as a template part focus mode. Now that means that you can separately change the header or the footer in your site editor. There’s also a post available on the make blog/core about those editor improvements and the template part focus mode that you now can use to, when you look in the site editor, you have always the full page, but if you just want to isolate the header and just look at that, you can switch over to the template part focus mode.

Riad Benguella: The next thing is, if you are building a theme, whether it’s classic or block theme and using theme JSON, there is a small change that you could apply to your theme JSON. So for consistency, we removed some custom prefixes from some settings like custom line height, custom margin and custom filing, I think. So you could move to theme JSON version two and remove these prefixes that way you’re on the last version.

Grzegorz Ziolkowski: So to do that, you need in your team, JSON, at a new field called, version. Oh, it’s not in new field, but you need to set version to number two. And that basically enables this new updated APIs.

Birgit Pauli-Haack: Yeah. And I know that there were quite a few efforts around the development team to put actually a schema up on schema store and have also the link via.webpress.org. And are those schema already updated to the version two? Do we know?

Grzegorz Ziolkowski: Oh, thank you for reminding about that yet. It’s done. It’s ready for both block JSON and theme JSON it’s now in WordPress domain and the new member, the URL, we will show that later in the show notes. And yes, it’s already the old one that you could use will still work because the schema in the schema store it has a very interesting configuration. So it’s now referencing the new URL, so whatever use it will work anyway. And as we found out, someone pointed that out, I don’t remember but anyway, even if you don’t provide the dollar schema field, most of the editors will be able to recognize that based on the name of the file and they will show you hints anyway. So you only need probably to do that for visual studio code explicitly.

Birgit Pauli-Haack: Mm. Yeah. That’s interesting to know there’s some learning to be on the editor. So, oh you use it once I know where that was. See here. Yeah, I excellent. Speaking of gradients, now you can show all the colors on the gradient origin in the different panels. So there’s a new panel when you do site editing and color configuration, and it has the core color palette, the themed color palette. And if a user creates their own color palette, it will show there too.

It’s a little bit crowded and I know there’s also an issue posted to find a way to actually remove the core color palette because it has so many colors and when people use it some team developers or agencies definitely would want to remove that. But it’s a nicer interface, but it has the text color 1, 2, 3 core theme and user. And then it has the background color in core theme and user colors. And then it has the link colors as well. If it, theme JSON says, please use the link color scheme as well, and then it will go in there as well. And it’s interesting to see. So I’m looking forward to the user feedback that we are going to get there to adjust an next iteration now.

Riad Benguella: So one of the original reasons for this feature, why do we introduce these different pallets core theme and user is, if you think about patterns, we have now a directory for patterns and theme could provide patterns and we wanted to have some color in these patterns, right? And so how can we make sure that these patterns work across themes, if teams change their own palette, it becomes harder. So the idea is to allow themes to still rely on core palettes, and pattern to still rely on core palettes. So for example, when you build a palette, you should probably only use core colors that way it works across themes, if you want to publish it to the pattern directory. And yeah, in terms of UI, it’s kind of crowded right now, especially in the post editor.

But I think the idea is that it should get closer and closer to how it looks in the global style bar, which is kind of nested navigation. So the idea is that it should look like the global styles view of colors. So you will see at the high level button to go to the link color, another one to go to the button background and another one to go to the text color. And they are not shown every time, all the colors at the same time. So that way it’s less crowded and it allows you to navigate more efficiently. Yeah.

Birgit Pauli-Haack: Yeah. And I can and see, that’s a very good reason to have the block parents be consistent, not so much depending on the theme color scheme, but so it shows up as you see it in the preview. And I can also see to just switch off the core colors in the user interface, so the pattern comes over, but the user can only use the theme and their own color to modify it and not have the core colors as well. Because the core colors always show up on other places when it’s not a pattern from the repository and using those core colors on other things that might not be wanted by the site owner or the theme author. Yeah.

Riad Benguella: Yeah. Theme authors and agencies also want to control these things more strictly. So yeah there is, they is some work in progress to allow actually to remove the core powers entirely. And yeah it’s going to be sitting in team JSON and you just enable it and it’s gone.

Birgit Pauli-Haack:  Awesome. It’s all so well thought through. Excellent.

Grzegorz Ziolkowski: And there is now also change for the typographic block support. So because we had this change, we discussed about the block tools feature. So now most of the typography controls were added to the existing text blocks, like heading, paragraph and so on. And there are also some default controls enabled for them. So you just go and check those blocks and see how many new options are there now.

Birgit Pauli-Haack: Yeah. It’s a great variety there. Yes, indeed. 

Riad Benguella: The next change is another change that is meant to be for WordPress 5.9. So now that global styles are actually the landing in WordPress 5.9, and even the UI, some plugin developers and then some team developers need some API to access these settings and access these styles. If they want to adapt their code. For example, to check whether there’s a global layout or to retrieve whether I don’t know, there’s a color palette or anything, basically any settings in or style in the global style. So a new idea has been introduced, it allows you to retrieve these settings pretty easily in just a function call. You don’t have to go check directly in the theme JSON file or the user settings or anything, you just get the current value. That’s pretty handy, another also global style related API that landed pretty recently is actually arrest API to retrieve modified global styles and also the base global styles for the active team. So this could be pretty handy for plug-in and team authors.

APIs

Grzegorz Ziolkowski: And regarding the API functions that were introduced, they are called get_global_settings, get global_styles and get global_style sheet. So pretty easy to remember and expect a dev note published in a few weeks.

Birgit Pauli-Haack: Excellent. Yeah, I think that was the missing piece that we got quite a few questions about in the community. So having that public API available is now so much better. So believe it or not, we’re still talking about enhancements and new features. 

Bug Fixes

Now we, I think there were about 80 or so in them, 73 and we didn’t talk about all of them, but the bug fixes also are 73 bug fixes in this release. And some of them are very granular and in the back end of it. But the one that stood out for me was that for the blocks, it fixes the relative URLs for the inline styles. So if you had a style sheet with a background color or a background image and the URL if it wasn’t an absolute URL but only relative like ../ it wouldn’t find that anymore, and that has been fixed. So quite a few developers will say finally!

Grzegorz Ziolkowski: They should still exist in WordPress 5.8. And yeah, this is something we missed because it only happens for the custom blocks and only when you opt in for the option to use those in line styles.

Birgit Pauli-Haack: Good. So wasn’t all that big. Okay. So are there any other bug fixes that you wanted to mention here, Grzegorz or Riad?

Grzegorz Ziolkowski: No, it’s like bugs you wanted to forget about them. You don’t want to speak.

Birgit Pauli-Haack: Well, sometimes I find it interesting to, oh yeah that’s a bug from 2018, we finally fixed it. But I haven’t seen any of those here. So yeah, do you want to go to the next section and talk about performance Riad?

Performance

Riad Benguella: Let’s speak about performance actually. Pretty interesting subject and I enjoy working on performance a lot. So on the editor theme, we have this metrics we keep track of over time, the loading time, the typing time and we keep adding new metrics every time. And the interesting one that was worked on during this release was the list view. We added a new metric to measure how the editor performs while the list view is open. And the list view is pretty powerful to navigate the editor, but since it shows a long list of blocks, it can create some performance issues sometimes. So a new technique has been used during this release. It’s called windowing techniques for the technical folks listening to us. Basically it means the list that is currently visible is rendered, but all the remaining items on the list are actually hidden and not rendered at all. Unless you scroll the list and show them. Historically we’ve been avoiding this kind of solutions because they could have some accessibility issues and also it is very hard to get right. But thanks to the work of contributors, I think Carrie worked this a lot, we now have a solution that we think works pretty well and doesn’t introduce any accessibility problems. So now they invite you to test this and if there are any issues, please let us know.

Birgit Pauli-Haack: So well, thank you. And yes, indeed. The list view is one of the most powerful tools that would come revamped WordPress 5.9, but going back to performance, I know that you all also had this check and we talked about it on the show before, where you had, 30,000 blocks in a post to kind of see the performance of it and measure it from between the different versions. How many blocks do you have in the list view to test this?

Riad Benguella: Oh, we use the exact same post, which I think it’s a thousand blocks or something like that. It’s a very long post. You can find it on the Gutenberg repository. You can search for large post @HTML. And it’s actually executed automatically in the CI. And every time we check the numbers. And on each release post, you can go to the bottom of the post and you see there’s a table that is there that compares the current release with the previous release and also the current release with the previous WordPress release, so that’s how we keep track of these things. We also have a separate website, which I think at the moment is not working, but I promise I’ll fix it very soon where you see the evolution of the different metrics over time for each actual comment. So that way we can pretty easily find the exact comments, the introduced performance regressions.

Grzegorz Ziolkowski: Yeah, I saw yesterday that was going back in time and checking the performance for WordPress 5.6 and other major releases, and maybe do you have those results? Because I was pretty excited hearing how it changes.

Riad Benguella: Yeah I do have results. I think loading time improved quite a bit from WordPress 5.7 And to WordPress 5.8, and in WordPress 5.9, it improved a little bit as well, 200 milliseconds or 300 milliseconds out of 3.5 seconds. The typing time also improved, by 20% or something from WordPress 5.8 and WordPress 5.9.

The other metric that improved a lot between these two versions is inserter opening. We did a lot of work there. And now when you opened the inserter, it is actually quite snappy compared to how it was in the previous version. There is also another one, so the only metric that I think we need to work on a little bit more for this release is block selection. We lost 10% time on it, but I think we can improve this one and do better there. And for the inserter it’s actually quite impressive because at some point in the inserter, we had collapsible panels. So we didn’t show a lot of things at the same time when you open the inserter and there’s collapsible panels, it should open quick, right? And now we show everything at once. So there’s a lot of things, but we still manage to make it fast. So I’m pretty proud of about it.

Birgit Pauli-Haack: That’s impressive. Yes. Yeah, because now we have the inserter we don’t only have the core blocks, but we also have the theme blocks in there. And then also block patterns, a tab and then another reusable block tab. Yeah. Your website, Riad, I think you shared the link at one point maybe two or three months ago. And you also did performance testing with plugins. Is that a different project or is that pretty much the same kind of performance?

Riad Benguella: Yeah. So what I did is I was curious to check actually if I enable plugin or not, how it impacts the editor’s performance. So I actually use the exact same metrics. We have these coded up in the plugin, so I can just run the test, enable the plugin, change the plugin and run the test again, right? And then compare the numbers.

Actually, I also spend some time with some plugin authors, because in the initial run I had some issues there and I saw some plugins impacted a lot, and I was very happy to see that they were all pretty receptive and we did some work together. And in the end, I will say the major plugins right now are doing good enough. I think that we can always do better, but we are doing good enough. And I actually encourage plugin authors to check the post if they didn’t see it, because there are their instructions to check their own plugins, to see how their own plugin impacts the editor performance. Because sometimes we get reports that the editor is very slow and I cannot choose the editor or whatever when I type it’s very slow. And sometimes we cannot do anything about it. So we have to check all the possible reasons that could cause this and plug ins can be a reason. So it’s important for both plug in authors and users to be aware of it.

Birgit Pauli-Haack: Wow. That’s good to know. I think I will come back to you and kind of talk about this, or at least get all the information for the show notes, but also maybe have a block post about it. That’s a little bit more prominent, because now more and more people are going to use or come on board with adopting Gutenberg and having that resource available is really, really helpful. All right. Well, thank you, Riad, for that little excursion into performance.

Riad Benguella: Thanks I’m always happy to dive there. It’s my personal favorite feature or favorite topic.

Birgit Pauli-Haack: Aspect, yeah.

Riad Benguella: …Topic, I would say favorite topic.

Documentation

Birgit Pauli-Haack: Yeah. So now we are at the documentation section of the changelog and there were two things that stood out amongst typo changes and improving landing pages and all that one was the block schema and documentation has changed or not has changed particularly, but it’s better documented in terms of the block JSON. And that’s the follows the same process as the theme JSON does. Right. Is that what I’m saying, Grzegorz?

Grzegorz Ziolkowski: Yeah. So the view is a new API option in block, JSON, that will allow authors to provide Java script code. That’s going to be executed only in the front and only when the block is rendered there, so it’s pretty handy thing. And the other change is, because we are preparing to WordPress 5.9. So both features are for the upcoming major WordPress release is that there will be possibility to define more than one style sheet. And the reason for that is twofold. First, sometimes there are some styles that block author would like to apply to more than one block. So this is a way to share them through using style handle. And the other reason is that plugging out, they also want to add their own styles in a batch mode. So instead of doing their own magic, they can just use the existing APIs and inject that to all the blocks they want.

Birgit Pauli-Haack: I like that instead your own magic, use core magic. Yeah, excellent. Well, thanks for letting us know. So there are some features, of course, the theme JSON documentation has been updated with missing settings and styles that is also in preparation of 5.9 and the version change there.

Grzegorz Ziolkowski: I think that there was link added for ways to keep up with Gutenberg and Full-Site Editing. I suspect that the link is to your resources that you keep up to date.

Birgit Pauli-Haack: Keeping up with Gutenberg, yeah.

Grzegorz Ziolkowski: Yes. So that’s great to see it finally happening because it’s the best page to look at.

Birgit Pauli-Haack: And if you are listening to the show and don’t know what Grzegorz is talking about, in the handbook on core on the make block on the references, there is a page called Keeping up with Gutenberg and it’s an index page with all the block posts from the teams that work on Gutenberg in chronological order. So it starts from the newest to the oldest, but it’s per year. So we started that 2020 in June.

So the last half of 2020 is in the 2020 page. And this year, November, we are coming up to the end of the year, so we have all the editor meetings, what the theme team does, the design team also, publishers, the tests and the summary of the tests from the FSE program and all the other related posts. I started that because the core make block, within a day or two, you have to scroll to the third or fourth page to find something that was published yesterday. And it was really interesting to do that. So keeping up with Gutenberg index, you can actually Google that now, keeping up with Gutenberg and it comes up first. All right, so is there anything else in the changelog? Oh yeah, we have on the tool sections, we have some FSE backboard and core.

Tools

Riad Benguella: Yeah. That another kind of magic. Basically on each WordPress release, we need to backboard all the changes that are on the Gutenberg plugin and include them into core. Maybe a lot of people don’t know that’s a lot of work and that’s a lot of invisible work. We do that in two separate ways. Basically the JavaScript changes are more automatic. So we do a package NP and package release, and then we include them in core, but we also need to check all the PHP changes that happened in the work Gutenberg plugin and move them into core. And sometimes when we do that, some problems happen. For example, a function that exists in the Gutenberg plugin can exist at the same time on core. So at, on this small period of time, we need to make some adaptation, both code based, to ensure they work together. So a lot of changes on this Gutenberg release are related to that. Yeah I want to send kudos to Robert, the editor tech lead for this release. He did an awesome job to make sure everyone is on the same page and works to make sure all the changes are on WordPress trunk at the right moment.

Birgit Pauli-Haack: Excellent. Yeah. All right. So I think unless…

Code Quality

Grzegorz Ziolkowski: Something, yeah. I have something in the code quality section, it has 25 items. So that’s great that we still remember about that aspect of work in the lights of the upcoming release and all the work caused by that. So there is new API endpoint it looks like is going to be included in the WordPress core, is it right? So this one is called the WP block V1 URL/details. This one is for the link previews. So this one is getting stable, also plugin authors will be able use to do whatever they need with that.

Riad Benguella: Indeed, that could be useful to show previews or get more information about URLs and exploit that in very different ways for plugin authors.

Birgit Pauli-Haack: Yeah. That feature is such a small feature when you think about it, but it has so much power that it could definitely be explored quite a bit for plugin authors and even do a list of all this week’s links and then collect them all, might be a good use case. 

What’s in Active Development or Discussed

All right yeah, so that’s pretty much it with our Gutenberg changelog this week. Thank you Riad and Grzegorz who get us through it. I think I have only one thing… So where is WordPress 5.9 now headed? What are the next steps?

Riad Benguella: I think as we mentioned to tomorrow is November 16. So it’s the release of WordPress 5.9 beta 1. I think that’s the best time for people to test. So I’m asking everyone just code, download WordPress 5.9. It is the start of a new with Full Site Editing and block teams and all global styles and all navigation on all these features. So go grab your coffee and start a block team and just try things and try to break it and just tell us what goes wrong. And we have a number of weeks to fix all the bug fixes, and we’re looking forward to your feedback on that.

Birgit Pauli-Haack: Excellent. Yeah. I just also want to point out there is a WordPress beta test plugin in the repository, so you don’t have to install all that. So you just make it a normal WordPress install and then install the plugin for WordPress beta tester plugin, and the stream would be the point release instead of the daily trunk. But if you are brave, you could also do the daily trunk. There are core committers who actually have run trunk on their personal blogs. They’re quite brave in doing that. So yeah, beta 1 is tomorrow, November 16th, and then a week later, supposedly beta 2, the first release candidate is scheduled. And of course, that all depends on what the test was bringing all back to us or to the team.

Release candidate, we know sometimes there’s beta 3 and beta 4, depending on how that all works, but then there’s a release candidate. One is scheduled for November 30th, and that’s also the date where the field guide with the dev notes come out and where the about page is done, and also the release post is draft and there’s a hard string freeze, means there is no bug fixing anymore. And there’s not a whole lot that can go in there in a release candidate after release candidate is available. And then there will be a dry run for the releasing workers, 5.9 in the 24 hour code freeze December 13th. But if you want to be part of the release party, that’s going to happen December 14th in the slack channel of core.

Riad Benguella: And it’s something else I wanted to mention about WordPress 5.9 Is the dev notes. So after beta one, you can expect a list of dev notes on the make core and if you are a plugin author or an agency or WordPress developer app, update your code accordingly, if there are changes and also use the new APIs.

Birgit Pauli-Haack: Wonderful, thank you for a reminder of that.

Grzegorz Ziolkowski: You can also subscribe to the Gutenberg changelog newsletter and get the list with all the links directly from Birgit.

Birgit Pauli-Haack: Thank you for making a pitch on the Gutenberg Times again. That’s awesome. And if you need instructions on how to test Full-Site Editing, so Anne McCarthy published a test call for the Full-Site Editing outreach program. That’s for the non-techy people who are using site builder or page builders to build sites for others. And it’s called the site editing safari, and you get different scenarios that you can follow along with instructions on how to test this because…

Grzegorz Ziolkowski: Also with zebras, giraffes and elephants.

Riad Benguella: What about Chrome and Firefox? Is this just a safari?

Birgit Pauli-Haack: Good point? No, safari is like the African safari with the giraffes and the rhinos and everything. So one scenario is personalize your homepage and setting your styles. Add some button patterns and use some of the layout controls for that, one set of instructions also is how to add a dual filter and the single post template. Those test instructions are actually also quite nicely to use for exploring the new interface on a more scripted schedule. So you don’t have to come up with ideas on how to test it. So you just use those and it really helps if you would comment on that post on the test block by November 30th. And then what normally happens is after a week or so, the feedback comes in and then Anne writes a summary for the developers working on it so they can see what else then to be changed, or she also puts issues together for the GitHub repository of a box coming out.

Grzegorz Ziolkowski: I also want to mention one more thing. So the release date, December 14, it reminded me that it’s also the day when the state of the word 2021 will be by the WordPress projects co-founder Matt Mullenweg.

Birgit Pauli-Haack: Excellent. Yes, yes. And that is scheduled for, I think it’s noon Eastern, which is dinner time in central Europe.

Grzegorz Ziolkowski: Yeah. So it’s 10:00 AM between 10:00 AM and 2:12 PM Eastern time and 5:00 PM UTC, which means at my place, it would be 6:00 PM Central European Time.

Birgit Pauli-Haack: Excellent. I’m glad we got it all in. Yes. And so on the webpress.org/news, there is actually a call for of questions because the state of the word is normally about 45 minutes when Matt Mullenweg walks us through the last year and what’s coming up in the next year and then the next 30 minutes or so will be answering questions from the community. And there is some instructions on the webpress.org/newspost instructions, you can send them via a video and how to get them to the people who help prepare for the state of the word.

All right, with that, that’s a very good time to end it. If you like our shows, help us spreading the word by adding a review to your favorite podcast directory. If you have news or suggestions or questions sent them to [email protected] via email [email protected] and you can always also reach us via Twitter. So my Twitter handle is at B-P-H. Grzegorz is G-Z-I-O-L-O. And then Riad’s Twitter handle is Riad Benguella. And we will of course share that all in the show notes. So it was wonderful to have you both here. Thank you, Riad for joining us. How do you feel about it?

Riad Benguella: Thank you. I really enjoyed the show and thank you for having me and please do continue to spread the Gutenberg word.

Birgit Pauli-Haack: All right. Will do. Will Do.

Grzegorz Ziolkowski: That was fun. Yeah, to have fun to have Riad on the shows like.

Birgit Pauli-Haack: Yeah.

Grzegorz Ziolkowski: Probably that was the best I show ever. We had so much fun together.

Birgit Pauli-Haack: Yeah, we did. All right. Okay. Well, let’s just get out of here for more fun. Thank you all for listening. Thank you for joining us. And I say goodbye until the next time.

by Birgit Pauli-Haack at November 17, 2021 01:47 PM

HeroPress: Finding My Global Family – Samun iyali na duniya

Pull Quote: I get to make an impact for good.

Wannan makala akwai shi a cikin harshen Hausa.

Introduction

As I sit down typing this, I’m wondering what the heck do I write about (am I allowed to say that?)!

Topher says I can.

So back in May this year, I got a DM from this guy called Topher.

Hello there! Could I convince you to do a HeroPress essay?

It is now October and I’m finally writing this essay. Thank you for being so patient with me and giving me a topic to write about.

How I got into the WordPress

It’s 2017 and I’m bored with work. I’d been working in project management for over 15 years and I was no longer excited about the projects I was working on. My repeat clients could tell this, I did not challenge them on certain processes. Some might say I’d become wiser in picking my battles, but I just no longer wanted to invest my energy. When that happens, you know you need to do something. You don’t want your action, or in my case inaction, to be to the detriment of the client. I knew I still loved working with and in tech but I needed to do something different.

On 29 December 2017, I enrolled on a course covering web development. After covering HTML, CSS, and a bit of JavaScript, I decided to try one of the course options: WordPress. My course instructor encouraged me to go to a WordCamp. She found one was scheduled for the following weekend in Brighton. So I booked my ticket and found an Airbnb. Worst case scenario I get to spend some time on the beach (even if it was a bit chilly). But I couldn’t go to a WordCamp with no knowledge of WordPress – I thought I’d look like an idiot. So I spent that week going through the introductory course, now I was ready. Don’t ask me how much I managed to take in, just know that at least I now knew what WordPress was.

I attended my first WordCamp, a 2-hour drive, in October 2018. WordCamp Brighton (WCBTN) will always hold a special place in my heart. All the people I met (sponsors, attendees, organising team, and volunteers) were amazing. I walked in there all by my lonesome and they were friendly, took time to talk to me, explain things, and Jenny Wong encouraged me to join my local Meetup. I’m not sure if it’s being in a room with like-minded people or being able to geek out (or not for some) on tech but I was excited and had a lot of fun. When I got back to London, I joined my local (well what I like to call London local) Meetup.

At the time that I joined, the team was starting to look for organisers for WordCamp London (WCLDN) 2019. I’m very much a believer in learning by doing and project management involves a lot of organisation. I spoke to Gary Jones told him I was a newbie and offered to help. I was in charge of Sponsors, eek! How the hell do I do that? Don’t be afraid to ask a lot of questions. We were a fairly new team so big thanks to Dan Maby and Barbara Saul for being patient with us and our endless questions. Big thanks to the outgoing team who were available to offer advice when asked. I learnt a lot about the community whilst working on the WCLDN and I had a great time doing it.

Abha Thakor encouraged me to volunteer for WordCamp Europe (WCEU) 2019 and once again it was an amazing experience. I got to visit Berlin, contribute to the Marketing team desk and met even more people. I also got to rock my big yellow exclamation mark fluorescent earrings that scream the 80s at an 80s after party. It was during WCEU Contributor day that I was introduced to Jesse Owens and the Training team. When you contribute, you get to learn more about all the different teams that make up WordPress the project and WordPress itself. It’s a great way to learn and I would encourage you to join one of the Make teams (you don’t need to be a developer) there are teams like Training, Accessibility, Documentation, Marketing, and Polyglots. If you want to test the waters before joining, find a virtual Contributor day (some companies are running them) or join one at a WordCamp when we are able to meet in person. I joined the Marketing and Training team at WCEU and I’m still there today.

In November 2019 Josepha Haden Chomphosy sent out a call for an all-women release squad. I wanted to know more about accessibility so I was assigned to be the 5.8 Accessibility team cohort. The support our release squad got was amazing. The beauty of the WordPress community is that though we are all at different levels on our journey, someone is always quick to help you navigate that journey. Thank you to everyone who takes the time to make us feel welcome, explain things, are patient with us, and offer cake and chocolate when we need it. I’m still part of the Accessibility team and I’m still learning, it’s a big topic. We are a small team so if you’re an expert in that area and have time to spare, you want to teach others or want to learn, I encourage you to come and join us.

Summer of 2020 was the soft launch of Learn.WordPress.org. Shortly afterwards, Courtney Robertson asked for help in preparing for the official launch of Learn. Learn WordPress is a learning resource for anyone who wants to learn how to use, build for and contribute to WordPress. It is an open-source platform that offers a range of materials and opportunities for you to use at your own pace and at a time that works for you. Once again, I put my hand up. Do you see a pattern here? When people have ideas that are of great value to those around them, I can’t help but say yes. Someone always has a great idea and I would love to say yes to everyone but I don’t know how to clone myself yet. Mind you, Michelle Frechette tells me cloning isn’t what I think it is, I need to do more research.

The life it now gives me and why I stay

Since discovering WordPress, I’ve been a part of a lot of different projects within Make and in the community.

I am one of the Training Team Reps. I get to work with folks that I like and be involved in shaping Learn. As Courtney Robertson, my good friend and fellow Training Team Rep, puts it:

We want to democratise Learning and make Learn WordPress the primary open-source resource for anyone who wants to get started or level up their skills in WordPress.

I am proud to be involved in a project that is a cross-team initiative, props to marketing, community, meta, polyglots, accessibility, design, training, and WordPress.tv who help shape Learn. Individuals can learn alongside other community members, connecting with the global network of WordPress users, developers and contributors. Check out this post on who learn can help, by Courtney Robertson. If you’re a training provider, business owner, or hiring manager, have a look at our high-level roadmap to learning WordPress development. Join us in:

  • Educating about WordPress
  • Appreciating the power of WordPress and how it is made
  • Celebrating everything that people are doing with WordPress

Come take a seat at the table.

I am a volunteer and Board member at the charity Big Orange Heart (BOH). I get to be a part of WordFest, a unique 24-hour global online event that is a celebration of WordPress. BOH’s mission:

To support and promote positive well-being and mental health within remote working communities.

I get to talk to people from all walks of life, support and help build a community that cares for each other. I get to make an impact for good. If we don’t look out for each other, who will?

I get to enjoy having a global family, learning, meeting new people, developing lifelong friendships and connections, and the extra bonus is that it doesn’t feel like work. I get to stay in the background churning the wheels and come out when needed. I get to have fun doing it!

Photo by Hamza Shaibu

Samun iyali na duniya

Gabatarwa

A yayin da nake zaune ina wannan rubutun, ina nazari akan wai shin akan wani batu zan ma yi rubutun (amma yarda in fadi hakan ma tukuna?)

Topher yace zan iya fadin hakan.

Toh akwanakin baya a watan Mayu na wannan shekarar, na samu wata sako daga wurin wani dan taliki da ake kira Topher.

“Barka kadai! Zan iya jan ra’ayin ka ka yi rubutu akan HeroPress, wato rubuce-rubuce akan mutane da suka yi rawar gani a fannin wallafa labarai ta hanyar yanar gizo-gizo?”

Yanzu dai muna watar Oktoba kuma har na kai ga yin wannan rubutu. Ina gode maka saboda hakuri da kayi da ni da kuma bani batu da zanyi rubutu akai.

Yadda na samu kaina a cikin WordPress

Ana shekarar alib dubu biyu da goma sha bakwai, 2017 kuma ba na marmarin aiki. A wannan lokacin na riga na samu shekaru goma-sha-biyar ina aiki a fannin project management. Ko masu kasuwanchi da ne sun ga chanji a hali na. Wasu za su ce na zama mai hikima kuma na kara wayo a hali. Idan abubuwa haka suka fara faruwa a rayuwar ka, toh dole ka tashi sa’ye kayi wani abu a kai kafin ya kashe ma kasuwa. Ba ni da damuwa wajen yin aiki am’ma ina so in yi wani abu daban.

A ranan ashirin da tara a watan Disamba ta shekaran alib dubu biyu da goma sha bakwai na fara wata sabuwar ilimi na web development. Bayan na kalmala Shashi na HTML, CSS da JavaScript, da na za’bi in gwada daya daga chikin shashin ilimin wato WordPress. Malami na ya bani shawara in shiga WordCamp. Ta sami labari akwai daya da za’a yi a sati mai zuwa a Brighton. Sai na siya tikati nawa kuma na biya wajen kwana. Saboda kada in ba kaina kunya, sai na shiga binciken da karatu a kan ma’anar Kalmar WordPress. A wannan lokachi ina iya bogun kirji na cewa a shirye na ke.

Na shiga shashin WordPress na farko a watan Oktoba na alin dubu biyu da goma sha takwas, na yi tukin mota zuwa kusan awa biyu. WordPress a Brighton (WCBTN) za ta dade a chikin zuchiya ta da abobin ban sha’awa. Duk mutanen da na sadu da su (abokan fatan alheri, dalubai da masu bada umarni) sun bani farin chiki. Na shiga gurin ni kadai amma na hadu da jamma’a da suka yi mun maraba da zuwa, suka yi mun magana, suka bayyana mun abubuwa daban daban sannan wata mata Jenny Wong ta bani shawara in shiga wata kungiyar unguwa na haduwa. Da na koma London sai na shiga kungiyar da tafi kusa da ni.

A lokachin da na shiga kungiyar, suna neman wakilai da zasu taimaka wajen tsara WordCamp London (WCLDN) 2019. Ni na yadda da kara samin ilimi ta wajen hanyar yin project management, domin tana bukatan tsari sosai wajen ambata komai. Na yi magana da wani mutum da ake kira Gary Jones na bayyana mishi cewa ni sabowar zuwa ce kuma ina so in taimaka. Sai na tambayi kaina da yaya zan iya kalmala wannan aikin? Ta wajen tambayoyi. Mun kasance sabuwar ƙungiya mai girma don haka godiya ga Dan Maby da Barbara Saul don haƙuri tare da mu da tambayoyin mu marasa iyaka. Babban godiya ga tawagar masu fita da suka samu ba da shawara idan aka tambaye shi. Na koyi abubuwa da yawa game da al’umma yayin aiki akan WCLDN kuma na yi farin ciki da yin shi.

Abha Thakor ya ƙarfafa ni in yi aikin sa kai don WordCamp Europe (WCEU) 2019 kuma sau ɗaya sake abu ne mai ban mamaki. Na ziyarci Berlin, na ba da gudummawa ga ƙungiyar Talla tebur kuma sun sadu da ƙarin mutane. Na kuma yi jijjiga babban alamar motsin raina ‘yan kunne masu kyalli waɗanda ke kururuwa na 80s a cikin 80s bayan biki. Ya kasance a lokacin WCEU ranar mai ba da gudummawa da aka gabatar da ni ga Jesse Owens da ƙungiyar horo. Lokacin da kuke ba da gudummawa, kuna samun ƙarin koyo game da duk ƙungiyoyi daban-daban waɗanda suka haɗa WordPress ɗin aikin da WordPress kanta. Hanya ce mai kyau don koyo kuma zan ƙarfafa ku ku shiga ɗaya na Ƙungiyoyin Yi (ba kwa buƙatar zama mai haɓakawa) akwai ƙungiyoyi kamar Horarwa, Samun dama, Takaddun bayanai, Talla, da Polyglots. Idan kuna son gwada ruwa a baya shiga, nemo ranar mai ba da gudummawa ta kama-da-wane (wasu kamfanoni suna gudanar da su) ko shiga ɗaya a a WordCamp lokacin da muka sami damar saduwa da mutum. Na shiga kungiyar Tallace-tallace da Horarwa a WCEU kuma ina nan har yau.

A watan Nuwamba 2019 Josepha Haden Chomphosy ya aika kiran a saki mata duka tawagar. Ina son ƙarin sani game da samun dama don haka aka sanya ni zama 5.8 Ƙungiyar haɗin kai. Taimakon da tawagarmu ta saki ya kasance mai ban mamaki. Kyawun al’ummar WordPress shine duk da cewa duk muna a matakai daban-daban akan tafiyarmu, wani yana gaggawar taimaka muku wajen tafiyar da wannan tafiya. Godiya ga duk wanda yana ɗaukar lokaci don sa mu ji maraba, bayyana abubuwa, haƙuri da mu, da ba da kek da cakulan lokacin da muke bukata. Har yanzu ina cikin tawagar Accessibility kuma har yanzu ina koyo, babban batu ne. Mu ƙananan ƙungiya ne don haka idan kun kasance gwani a wannan yanki kuma kuna da lokaci don spare, kana so ka koya wa wasu ko kuma kana son koyo, ina ƙarfafa ka ka zo mu shiga.

Lokacin bazara na 2020 shine ƙaddamar da laushi na Learn.WordPress.org. Jim kadan bayan haka, Courtney Robertson ya nemi taimako a shirya don ƙaddamar da Koyi a hukumance. Koyi WordPress hanya ce ta koyo ga duk wanda ke son koyon yadda ake amfani da shi, ginawa da kuma ba da gudummawa ga WordPress. Yana da dandamali mai buɗewa wanda ke ba da kewayon kayan aiki da damar da za ku yi amfani da su a cikin saurin ku kuma a lokacin da ke aiki a gare ku. Har yanzu, sanya hannuna sama. Kuna ganin tsari a nan? Lokacin da mutane suna da ra’ayoyin da suke da daraja sosai ga wadanda ke kusa da su, ba zan iya ba sai dai in ce eh. Wani ko da yaushe yana da babban ra’ayi kuma ni zan so in ce eh ga kowa amma ban san yadda zan clone kaina ba tukuna. Ka kula, Michelle Frechette ta gaya mani cloning ba shine abin da nake tsammani ba, ina buƙatar yin ƙarin bincike.

Rayuwar da take bani yanzu da dalilin da yasa na zauna

Tun da gano WordPress, na kasance wani ɓangare na mai yawa daban-daban ayyuka a cikin Make da cikin al’umma.

Ni ɗaya ne daga cikin Wakilan Ƙungiyar horo. Ina samun aiki tare da mutanen da nake so da kuma shiga ciki tsara Koyi. A matsayina na Courtney Robertson, abokina na kwarai kuma ƙwanƙwaran horo Rep, yana cewa:

Muna so mu inganta Ilimi kuma mu sanya Koyi WordPress ya zama na farko tushen tushen albarkatu ga duk wanda ke son farawa ko haɓaka ƙwarewarsa a cikin WordPress.

Ina alfaharin shiga cikin wani aiki wanda ke da yunƙurin ƙugiya, mai tallata tallace-tallace, al’umma, meta, polyglots, samun dama, ƙira, horo, da WordPress.tv waɗanda ke taimakawa siffa Koyi. Mutane na iya koyo tare da sauran membobin al’umma, dangane da duniya hanyar sadarwa na masu amfani da WordPress, masu haɓakawa da masu ba da gudummawa. Duba wannan post akan wanda ya koya zai iya taimakawa, ta Courtney Robertson. Idan kai mai bada horo ne, mai kasuwanci, ko ɗaukar aiki manaja, dubi babban taswirar hanyarmu don koyon ci gaban WordPress. Shiga mu cikin:

  • Ilimi game da WordPress
  • Godiya ga ikon WordPress da yadda ake yin shi
  • Bikin duk abin da mutane ke yi tare da WordPress

Zo ku zauna a teburin.

Ni mai sa kai ne kuma memba na hukumar a kungiyar agaji ta Big Orange Heart (BOH). Zan iya zama bangare na WordFest, wani taron kan layi na sa’o’i 24 na musamman na duniya wanda shine bikin WordPress. BOH ta manufa:

Don tallafawa da haɓaka ingantaccen jin daɗin rayuwa da lafiyar hankali a cikin nesa al’ummomin aiki.

Ina yin magana da mutane daga kowane fanni na rayuwa, tallafi da kuma taimaka wa al’ummar da ta damu juna. San iya yin tasiri sosai. Idan ba mu lura da juna ba, wa zai yi?

Ina jin daɗin samun iyali na duniya, koyo, saduwa da sababbin mutane, haɓaka abokantaka dahadi na rayuwa kuma karin kari shine cewa baya jin kaman aiki. Ina samun zama a bango ina karkata da kafafun kuma in fito lokacin da ake bukata na. Ina jin daɗin wanan aiki.

Photo by Hamza Shaibu

by Hauwa Abashiya at November 17, 2021 08:00 AM

November 16, 2021

WPTavern: Wowmall: A Free Experimental WooCommerce Block Theme

The Wowmall theme was released to the public today. It is the second 100% block theme that integrates with WooCommerce to land in the WordPress directory. Responsive FSE was the first.

Two weeks ago, a reader sent in a question for the Ask the Bartender column. He wanted to know where the WooCommerce block themes were. Literally one day after publishing that post, Wowmall was submitted to the WordPress theme review system. Maybe it was fate or just luck, but I had no choice but to give it a test run.

The theme adds an admin-side welcome and notice page. The author makes it clear that the project is not currently intended for use on production sites. It is in an experimental state at the moment. It is unclear who is actually behind the Wowmall project. The associated Twitter account has been suspended, and its other social profiles are devoid of information. And, the Wowmall website currently offers scant details.

I will not pretend that Wowmall is one of my favorite themes. The design is far too busy for my tastes. I prefer something scaled back that focuses on content, but I do not fit into this theme’s primary audience.

For an eCommerce theme, it is much cleaner than others I have seen, and it leverages almost every piece of the block system. It ships over 30 block patterns. Six of those are headers, and another three are footers. However, the rest are for general use in the content, including call-to-action layouts and hero sections.

A call-to-action pattern.

It also ships several custom block styles. Some of them offer design variations that make up for things like missing border controls for some blocks. Others, such as the Social Icon’s “Dark” style, would be better left to the existing color options.

The question most people likely want to be answered is how well it works with WooCommerce. From what I have seen, it works like any other run-of-the-mill WooCommerce theme. You know the look, the default design as seen by 90% of the themes built for the eCommerce plugin. Maybe there is a custom color palette or simple stylistic changes. However, at the end of the day, you know it is a WooCommerce shop.

Wowmall shop page.

If it works, do not mess with the formula. The most egregious issue I saw with the WooCommerce part of the theme was the output of a comments section on the main Shop page and product category archives. I did not see specific block templates for these pages, so I am taking a wild stab and assuming everything is falling back to a single product or page template that would normally output comments.

Wowmall does not work well as a pure blogging theme. It handles the basics well enough, but it has far too many characters per line for comfortably reading long-form content. A strict 18px font size, a variable-width content area (989px at full-width on my laptop), and a medium-gray text color make it hard to read anything other than short blurbs.

However, this theme is not touted as a blogging theme. It is hyper-focused on presenting an online shop.

Where the theme flexes the most is its selection of block patterns. They are designed primarily for building out a unique storefront. Users can get a lot of mileage out of them.

The breadcrumb trail in the theme is not really a breadcrumb trail at all. It just masquerades as one. Under the hood, it is a Navigation block with a homepage link followed by the current post/page title. At no point does it show the crumbs (e.g., parent pages) that lead back to the site root. Themes have notoriously offered sub-par breadcrumb navigation in the classic era. Perhaps, developers will leave this to plugin authors in their block themes.

As far as I know, there are no breadcrumb navigation plugins on WordPress.org to integrate with. However, there is a proposal to add a block for it in core. And, for transparency, I have such a plugin under development and intend to release it on .ORG.

Wowmall is not claiming this is a finished, production-ready WordPress theme. It is an ongoing project that is expected to improve over time. Plus, we are still waiting for WooCommerce to expand its support of the block system.

What I like more than anything is seeing theme shops push the envelope with blocks. What I see from Wowmall and recent block themes is that many of the limitations of the past year or so are simply no longer there.

by Justin Tadlock at November 16, 2021 11:35 PM under woocommerce

WPTavern: State of the Word 2021 Will Be Broadcast Live from New York City on December 14

WordPress executive director Josepha Haden Chomphosy announced today that the 2021 State of the Word will be held on December 14, between 10 am and 12 pm ET/3 pm and 5 pm UTC. For those who are new to the WordPress community, this event is where Matt Mullenweg reviews the milestones and progress of the past year and shares his vision for the open source WordPress project.

Ordinarily, the State of the Word is delivered as the capstone to WordCamp US in the latter part of the year, with a live Q&A session following the address. This year, WordCamp US was held online in early October and concluded with Haden Chomphosy discussing trends she observed in 2020 and growth opportunities she sees for the WordPress community. In her most recent podcast, Haden Chomphosy confirmed that the State of the Word 2021 will be an in-person event.

“It’s going to join the growing list of in-person events that are on the calendar,” she said. “It will be in New York City but will also be live-streamed across the world as usual.”

When asked about live event, Haden Chomphosy further clarified that it will be more like a mid-sized meetup. Mullenweg will be delivering the State of the Word at Automattic’s New York office with approximately 30 people in-person, which is the capacity for the space.

“We’ll start with NYC community folks, but will try to keep the invitation process as open as possible,” she said. “Vaccinations will be required and more information will be available about that later this week.”

Today’s announcement said that attendees and viewers can expect to hear about WordPress 5.9, Openverse (WordPress’ search engine project for openly-licensed media), and Web3 and non-fungible tokens (NFTs). The last topic drew some early responses on Twitter from those who are keenly interested in Web3 and NFTs, as well as those who don’t see any value in the WordPress project promoting or participating in these technologies. As WordPress is closing in on 43% of the web, it will be interesting to see what Mullenweg has to say about what the project’s role is in this potentially polarizing issue.

Viewers will be able participate in the Question & Answer session following the State of the Word by emailing [email protected], or asking during the event in the livestream chat on YouTube. Add the event to your calendar and watch for the livestream to be embedded on wordpress.org/news on December 14.

by Sarah Gooding at November 16, 2021 12:49 AM under state of the word

WPTavern: “Skins” Are Back in Style, Proposal for Themes To Bundle User-Selectable Design Variations

Twenty Twenty-Two color and font variations.

A current proposal could spell the death of at least one form of child theming. The feature would allow themes to ship multiple theme.json files, housing variations on a site’s default styles. Essentially, it is the old-school concept of “skins.”

How the feature would work is not yet defined. However, theme authors would presumably be allowed to bundle separate JSON files that create user-selectable “global style variations” or “active styles” via the site editor.

It is almost as if we have come full circle. The original implementation of child themes allowed developers to create custom style.css files. The goal was to design skins that changed a site’s look and feel without changing its markup. Child themes have become much more flexible since then and can overwrite anything from their parents.

Many themers still build on top of that original concept. Their child themes are nothing more than a custom stylesheet with design modifications. The ability to bundle multiple style variations from a single theme could change how they approach design, perhaps even offering a better user experience.

Kjell Reigstad first teased this feature last month when announcing the upcoming new default theme. “Twenty Twenty-Two will ship with a range of alternate color schemes so that folks can drastically change the appearance of their site,” he wrote in the post. The following is a video of what this concept might look like:

The UI in the video appears to be a mockup for the site editor. In the right sidebar panel, users can switch between alternate styles and find something that works well for them.

The proposal would allow for more than color palette variations. Theme authors would be able to adjust typography, layout, and anything else controllable via theme.json — essentially, the entire theme design.

Because the feature is not yet in the Gutenberg plugin or in the development version of WordPress, the only way to explore multiple theme.json files is through child theming. Yes, child themes are being used to test the very concept that could make them, at least partially, obsolete. Reigstad has an open pull request in the Theme Experiments repository to flesh out the idea.

Channing Ritter, an Automattic-sponsored WordPress contributor, shared three variations of what the user experience may look like on her blog. My preferred option is the first. It is a drill-down panel that shows “active styles” that users can switch between.

Selecting active theme style from sidebar panel.

Building an active-style switcher into the global styles interface could offer that ideal user experience that child themes have never achieved. Users had to first understand how they worked, know if any existed for their active theme, install one, and activate it. Under this proposal, they could see all the styles available upfront and simply select one.

It also gives end-users who are not as design-savvy some variety without forcing them to hand-pick an entire color palette.

For a while now, I have been imagining a future where theme shops narrow their focus to one, two, or just a handful of core themes. They would then upsell access to support and a library of block patterns. Now, I envision a future where global style variations could play a part in the commercial market, offering value-adds on top of that core product.

There is also a second ticket that calls for themes to provide alternate color palettes. This would likely be much easier to implement as a separate feature because it is much more scaled back. With only a month to get WordPress 5.9 and Twenty Twenty-Two out of the door with user-selectable color schemes, this may be the more reasonable of the two routes.

Whatever the case may be, I keep finding new pet features I want to see land in WordPress. Yesterday, it was block patterns. Today, it is “active styles,” or whatever it gets called. Tomorrow, who knows? New ideas around the block system continue to keep me impatiently awaiting what comes next.

by Justin Tadlock at November 16, 2021 12:04 AM under Themes

November 15, 2021

WordPress.org blog: WP Briefing: Episode 20: WordPress=Blogging+

In this episode, WordPress’s Executive Director, Josepha Haden Chomphosy, answers two recently asked questions. Tune in to hear what those questions were and her response, in addition to this week’s small list of big things.

Have a question you’d like answered? You can submit them to [email protected], either written or as a voice recording.

Credits

References

Transcript

Josepha Haden Chomphosy  00:10

Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!

Josepha Haden Chomphosy  00:40

So I was in a meeting recently, which I realize isn’t saying much for me since I spend a quarter of my time in meetings. But in this particular meeting, I was asked a couple of questions that I absolutely loved. The first question was, “if there were one thing you could change in people’s minds about WordPress, what would it be?” And my answer, predictable though it may be, was that I want to change the idea that WordPress is just a blogging platform. 

Josepha Haden Chomphosy  01:06

WordPress has grown into a lot more than that. But the idea of a content management system, even now, sometimes gets a mental shorthand where content is a stand-in for the word writing or words. If you’re using WordPress today in an enterprise context, or as part of a governmental agency, or if you use it in a classroom setting, you know that your content cannot be confined that way. And if you’re supporting or building anything to hand off to clients, you know that timely, easy-to-ship changes on a site are considered a vital part of any overarching brand and marketing strategy. And when was the last time that any marketing strategy was literally only about the words? 

Josepha Haden Chomphosy  01:51

So that was the first question. And also my first answer. There is also this kind of annual, not fear, necessarily, but this annual question that is sort of related that is raised to me and has been asked of me recently, that I’m just going to give you a small answer to. One annual worry that I get every year around November and December is, “What are we going to do about the fact that the term blog and blogging are declining in search popularity?” And I was gonna say it’s been a while since I answered that in any sort of public format. But I think maybe I’ve never answered it in a public format at all. And so I’m just going to answer it here. Because I think maybe a lot of people have that same question. 

Josepha Haden Chomphosy  02:36

So number one, I think that the way that people search now is different. There’s a lot more semantic cognition. This is not the way to answer this — search engines are smarter now. So like, it used to be the case with early search engines that yeah, there was a lot of just like, individual search terms that were looked for. But now, people are asking full questions; they have, essentially, an entire sentence that they are searching for. And then, search engines are able to parse that information better and get more high-quality answers and information for them. So like, that’s one thing that I’m already not worried about. If people are searching for individual words anymore, it’s so that they can get a definition of that word. So I’m not specifically worried about a decline in search volume for the word blog or blogging for that reason. But the answer to my first question, if there is probably the real reason that I’m not actually super worried about any decline in search volume for the word blog, or blogging, is that WordPress has really moved beyond that. And since we have moved beyond that, then it doesn’t necessarily make sense for WordPress as an entity for WordPress as a project to get overly hung up on the idea that the term blog has gone out of fashion. 

Josepha Haden Chomphosy  03:52

Okay, now that I did my first question, and the answer, and then an additional question that only ever gets asked in private and is being answered by me for the first time in public, I will tell you now, the second question that I loved, someone asking of me, and that question is this: “What is one thing you’d like people to see or experience, right when they first land on wordpress.org?” Now, I often don’t get asked questions about the wordpress.org website, like administrative tasks, things that we need to update, move around where they should go. Sure. But like, “Josepha, what’s the point and purpose of this site?” Never. I’ve never been asked that, and so I was really excited that someone asked me, and I’m going to give you a heads up. I think some of you might disagree with my answer. 

Josepha Haden Chomphosy  04:40

So the primary thing that I want people to see or experience when they first get to wordpress.org, the website is the depth of WordPress. Not which audience segment they should belong to or that we believe they should belong to or raw data about the CMS or even how much we care about the freedoms of open source. Now the first thing I want people to see on that site is that WordPress has not only 18 years of learned knowledge that every single new user benefits from, but that it also has 1,000s of really smart people making sure it works and gets better every day, now. 

Josepha Haden Chomphosy  05:19

WordPress is a Goliath in its field. I know that we cite this bit of context. Frequently, we say that we are 42% of the web. And that is true that is the percentage by usage. But in its field, which is websites that are using a content management system, we actually have a 65% market share. This is very easy to find. It’s on the W3Techs website: I can put a link in the show notes, but you could find it just by searching for it. 

Josepha Haden Chomphosy  05:46

So WordPress is a Goliath in its field of websites that are run using a CMS. Because we have always brought our learnings forward with us with the understanding that knowledge, when shared grows rather than diminishes. But open source, the heart of what defines this project, open source is not a Goliath; it’s barely even David somedays. Even though the web is built on scads of open source software, there’s a pervasive public perception that it is built by and for hobbyists or that it is inherently risky, and that if there were if it were worth something, then people would pay something. And I just know that if the first impression of WordPress, we’re, “we’ve got 18 years of experience and learning that brought us to today,” the rest of the sale to adopt software that protects other people’s freedoms would take care of itself. And I guess, to quote John Oliver, at this point, “And now this.”

Josepha Haden Chomphosy  06:59

Alright, that brings us now to our small list of big things. There are actually quite a few big things on this small list today. So number one, we have reached the beta phase for the year’s final release, which means that WordPress 5.9 beta one is happening tomorrow, Tuesday, November 16. And then seven days later, I believe on the 23rd, if I recall correctly, comes beta two. 

Josepha Haden Chomphosy  07:24

The second thing on my list is that team rep nominations are happening all over the project right now. I’ve got a post that I will share in the notes below that I believe all the team reps have put their team’s nomination posts on. So if you have had an interest in learning more about that and what it means to help keep teams kind of running in the WordPress project, then this is a great opportunity to check those out. 

Josepha Haden Chomphosy  07:49

And the third thing, this last thing actually isn’t in the next two weeks, but it is very important, nonetheless. Matt’s annual State of the Word is coming up on December 14. So basically a month from today. It’s going to join the growing list of in-person events that are on the calendar. It will be in New York City but will also be live-streamed across the world as usual. Keep an eye out for additional updates about that for anyone who, like me, really looks forward to this particular presentation from our project co-founder every year. 

Josepha Haden Chomphosy  08:25

And that is your small list of big things. Thank you for tuning in today for the WordPress briefing. I’m your host, Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks.

by Chloe Bringmann at November 15, 2021 05:15 PM

November 13, 2021

WPTavern: Gutenberg 11.9 Focuses on Navigation Menus and Block Theming

Gutenberg 11.9 landed on Wednesday, and it is packed with dozens of enhancements. Contributors are speeding forward, getting in some of the final features before the release of WordPress 5.9, expected on December 14.

Version 11.9 is the last plugin release to include new features for the upcoming WordPress update. Bug fixes will continue to be ported over in the coming weeks.

Site editing and theme-related blocks take up most of the spotlight. WordPress 5.9 will ship with its first default block theme, Twenty Twenty-Two. For many users, this will be their first experience with template editing and global styles.

The Navigation block received a lot of attention, and rightly so. Developers solved some vital data portability issues and created a more well-rounded user experience.

There is still a lot of room for improvement on the whole, but Gutenberg has come a long way in the past few months. I am excited about what the new features will look like once they land in the general WordPress release.

Site Editor Scaled Back, Its Menu Moved and Renamed

Site editor with Twenty Twenty-Two active.

The site editor has been scaled back to the point where it is no longer the feature that Gutenberg plugin users have grown accustomed to in these last few months. It is essentially a pathway to the global styles feature.

When it comes to templates, only the site’s homepage is accessible through the interface. Clicking the “W” icon in the top left of the editor no longer opens the familiar templates panel, which formerly allowed users to navigate, select, and customize individual templates.

Clicking the “Browse All Templates” button carts users away from the site editor to a templates screen. It looks like a posts list and includes no instructions on how to, for example, overwrite an author archive or other theme templates. I know the system well enough to understand what is happening, but I can only imagine this would be shocking for the average user.

Users can jump to the Header and Footer areas in the site editor by clicking those in the dropdown. The editor simply focuses on those template parts without switching screens.

However, I see no way of editing specific templates from within the site editor. The result is a watered-down index template editor with global styles, the one redeeming feature.

The site editor menu item has also now been moved beneath the Appearance menu in the WordPress admin. It is now simply named “Editor.” Of course, the “Theme Editor” submenu is still there.

Two types of Appearance editors.

I do not expect this to be confusing to users at all…

Sarcasm aside, this is the appropriate place for the new site editor, which will only appear if a user has a block theme active. However, the two submenu names clearly conflict. Could there be a better place to move the Theme Editor? One proposal would see it dropped under Tools in the admin menu.

One must wonder how much use there will be for directly editing theme files in a block world. Templates can be overwritten via the UI. theme.json settings are handled through the global styles interface. That mostly just leaves functions.php as the lone holdout. It might just be time to disable file editing by default in WordPress, at least for block themes.

Pattern Explorer

Block pattern explorer.

Users on desktops and tablets can now enjoy a full-screen pattern overlay. Instead of endlessly scrolling through dozens or even hundreds of patterns in the narrow inserter, they can click a new “Explore” button to explore patterns in an interface with a bit more breathing room.

I covered this new feature in a full review earlier this week. There are still a few kinks to work out with the design, but it works well thus far. It also lays the groundwork for a more extensive set of features down the line.

Navigation block data is now stored in a dedicated wp_navigation post type. By saving it separately, contributors have now corrected one of the longstanding issues with block-based nav menus: portability.

In previous iterations of the block, users lost their carefully-crafted menus whenever they switched to a new block theme. They would have to recreate content that typically does not change often.

Alongside this improvement is a new Navigation Area block, which serves as a wrapper for Navigation. Theme authors will be able to define custom areas in their block theme templates with the following code:

<!-- wp:navigation-area {"area":"primary"} -->
<!-- wp:navigation /-->
<!-- /wp:navigation-area -->

The nested Navigation block is associated with a wp_navigation post. This will be the preferred format for theme authors going forward.

When a user switches themes and the “area” name matches their previous theme, the menu simply carries over and automatically appears. If they do not match, the user can assign a saved menu. The menu/area relationship is stored in the database.

One of the issues with the Navigation Area block is that it has no alignment controls. Technically, it does not output any HTML itself. However, its existence in the editor prohibits a user from selecting wide or full alignment for its inner Navigation block.

Duotone Filter Transparency

Duotone filters on blocks such as Image and Cover now support transparency. Users will now see a slider control beneath the color picker when adjusting either shadows or highlights.

The feature opens the door for a double exposure effect or image mask by layering an Image block over a Cover. Alex Lende showed a few examples of how this could work in the ticket.

Image with transparent duotone layered over Cover block.

Developers also noted possibilities for a tritone option and other filter types.

API For Accessing Global Styles

Theme and plugin authors should have fun with this new API for interacting with the global styles system. Previously, developers had to use the WP_Theme_JSON_Resolver class to pull data that they needed on the server side. Now, they have three new functions:

  • gutenberg_get_global_settings() – Returns settings.
  • gutenberg_get_global_styles() – Returns style settings.
  • gutenberg_get_global_stylesheet() – Returns the global stylesheet.

Presumably, these functions will be renamed before landing in WordPress 5.9 and not have the gutenberg_ prefix. Theme authors should wrap any usage of these in function_exist() checks to be on the safe side.

New Comment Blocks

Several new comment blocks have landed in the latest plugin update. The Comments Query Loop and Comment Template blocks work similarly to their post counterparts. However, the current result is a bare-bones feature that is not ready for production use. Nested comments are not shown, and there are not many options for customizing the output.

It is a step toward block theme authors and users (via the site editor) controlling post comments output. Gutenberg 11.9 also includes new comment helper blocks that will be necessary for templating:

For a while, comments have felt like an afterthought. Any movement toward rounding out these missing theme-related blocks is welcome.

by Justin Tadlock at November 13, 2021 01:34 AM under gutenberg

Follow our RSS feed: 

WordPress Planet

This is an aggregation of blogs talking about WordPress from around the world. If you think your blog should be part of this site, send an email to Matt.

Official Blog

For official WordPress development news, check out the WordPress Core Blog.

Subscriptions

Last updated:

November 30, 2021 08:15 PM
All times are UTC.