Meetup group resources: Talking points for WordPress 5.8

WordPress 5.8 is shipping soon! Beta 1 and Beta 2 are available for testing. 5.8 is a major releaseMajor Release A set of releases or versions having the same major version number may be collectively referred to as “X.Y” -- for example version 5.2.x to refer to versions 5.2, 5.2.1, and all other versions in the 5.2. (five dot two dot) branch of that software. Major Releases often are the introduction of new major features and functionality. with some exciting new features coming with it! As we approach the release, we ask that all our community members and meetupMeetup Meetup groups are locally-organized groups that get together for face-to-face events on a regular basis (commonly once a month). Learn more about Meetups in our Meetup Organizer Handbook. organizers contribute:

  • Meetup Organizers can plan release-focused meetupsMeetup Meetup groups are locally-organized groups that get together for face-to-face events on a regular basis (commonly once a month). Learn more about Meetups in our Meetup Organizer Handbook. to share the latest features in 5.8 with their community.
  • Meetups can organize 5.8 testing sprints to test the release features.
  • Organizers can email their local groups to inform members about the upcoming release.
  • Contributors can individually test 5.8 release features, share their feedback, blog about release features, and amplify them on social media. 

This post highlights some of the most exciting features of WordPress 5.8 that local meetup organizers might want to highlight to their local communities. 

Updates for Publishers and Users

New Theme Blocks and The Query BlockBlock Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience.

With WordPress 5.8, you’ll now have the ability to edit even more aspects of your site with the following new blocks: Site Logo/tagline/title, Query LoopLoop The Loop is PHP code used by WordPress to display posts. Using The Loop, WordPress processes each post to be displayed on the current page, and formats it according to how it matches specified criteria within The Loop tags. Any HTML or PHP code in the Loop will be processed on each post. https://codex.wordpress.org/The_Loop., Next/Previous post, Post title, content, author, date, excerptExcerpt An excerpt is the description of the blog post or page that will by default show on the blog archive page, in search results (SERPs), and on social media. With an SEO plugin, the excerpt may also be in that plugin’s metabox., featured imageFeatured image A featured image is the main image used on your blog archive page and is pulled when the post or page is shared on social media. The image can be used to display in widget areas on your site or in a summary list of posts., categories, and tags – along with login/out blocks and the page list block. When combined with creating custom templates, these blocks will unlock several possibilities for content creation that was not possible before! You can read more about theme blocks here.

Image showing list of new WordPress 5.8 blocks

The most powerful amongst this set of new blocks is the Query Loop block. It unlocks the ability to easily display posts from a specific categoryCategory The 'category' taxonomy lets you group posts / content together that share a common bond. Categories are pre-defined and broad ranging., allowing you to quickly create a portfolio or a favorite recipe page. Think of it as a more complex and powerful Latest Posts Block! You can read more about the Query block in GitHub.

Block Pattern Directory

Block Patterns are a streamlined way of setting up layouts of blocks through themes and plugins. With WordPress 5.8, everyone will now access a Block Pattern Directory, similar to the PluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party and Theme directories. This will let anyone create and share a Block Pattern with any WordPress user and for any WordPress user to use these patterns to make beautiful content. You can find new patterns in the Block Inserter or by browsing the patterns here: https://wordpress.org/patterns/. For now, patterns previously bundled with CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. are the only patterns available in the Inserter; in the future, all patterns in the directory will be searchable from the Inserter too!

Dropping Support for IE 11

With WordPress 5.8, Internet Explorer 11 will no longer be supported. For anyone currently using IE11, it is strongly recommended that you switch to a modern browser, such as Google Chrome, Mozilla Firefox, Safari, or Microsoft Edge. IE11 users have been shown a warning that IE11 is considered outdated in the WordPress dashboard for the last 17+ months.

Template Editing Mode

Template Editing Mode is a feature of Full Site Editing that unlocks the ability to switch between editing the content of a post/page and the template elements that the post/page uses. Essentially, this allows you to switch between the Post Editor and the Template Editor. 

  • For block themes, users will be able to create a new block-based template and edit existing ones. 
  • For classic themes, users will be able to only create new block-based templates. 
  • Any custom block template created is theme-dependent and won’t transfer across themes.

You can read more about Template Editing mode in this dev note.

Block Widgets Editor & Widgets in CustomizerCustomizer Tool built into WordPress core that hooks into most modern themes. You can use it to preview and modify many of your site’s appearance settings.

WordPress 5.8 brings blocks to both the Block Widgets Editor and the Customizer. Users will now be able to directly edit widgets just like how they would edit blocks in a post/page. Widgets in the customizer have additional features such as live preview, schedule, and sharing – all using blocks and widgets. This feature opens up several possibilities, from no-code mini layouts to tapping into the vast block library to create content. Developers are encouraged to phase out their widgets in favor of blocks, which are more intuitive and can be used in more places. Developers can allow users to easily migrate a Legacy Widget block containing a specific widget to a block or multiple blocks. 

Widgets screen within the customizer
WidgetWidget A WordPress Widget is a small block that performs a specific function. You can add these widgets in sidebars also known as widget-ready areas on your web page. WordPress widgets were originally created to provide a simple and easy-to-use way of giving design and structure control of the WordPress theme to the user. customizer
Widgets screen in WP-Admin
Widgets screen in WP-Admin

Other features and UIUI UI is an acronym for User Interface - the layout of the page the user interacts with. Think ‘how are they doing that’ and less about what they are doing. enhancements

Updates for Site Builders and Developers

Dev Notes in the Make/Core blog are a great place to start learning more about the technical details related to WordPress 5.8. Here’s a summary of the advanced features shipping with the release:

Theme.jsonJSON JSON, or JavaScript Object Notation, is a minimal, readable format for structuring data. It is used primarily to transmit data between a server and web application, as an alternative to XML.

WordPress 5.8 introduces theme.json, a configuration file used to enable or disable features and set default styles for both websites and blocks. It can be used to control the editor settings, available customization tools, and style blocks. The release comes with Global Styles and Global Settings APIs, which facilitate these changes. Theme.json provides a consolidated and canonical way to manage default styles as opposed to theme support flags. Theme.json support will be more robust in the future. WordPress 5.8 includes the following options: 

  • Set Color and Typography block presets.
  • Add custom colors to the color palette, gradient options, and Duotone presets.
  • Register font families and font sizes for blocks.
  • Add or remove support for specific block settings that were previously set via the add_theme_support function via PHPPHP PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. http://php.net/manual/en/intro-whatis.php..
  • Set specific block properties supported by that block, including typography, color, width, borders, etc.

Developers can enable theme.json by including it in the active theme’s root directory. You can learn more about theme.json from the developer handbook.

Next Iteration of Block Supports

The block support mechanism allows block authors to make their blocks customizable via adding support for style properties: font size, color, etc. Under the hood, this mechanism bounds UI controls to the block sidebarSidebar A sidebar in WordPress is referred to a widget-ready area used by WordPress themes to display information that is not a part of the main content. It is not always a vertical column on the side. It can be a horizontal rectangle below or above the content area, footer, header, or any where in the theme. & toolbar, creates an implicit attribute for the block, and casts the implicit attribute to some DOM characteristic of the root element of the block (a style attribute or a new class). Developers working on WordPress 5.8 are encouraged to use block.json file metadata as the canonical way to register block types and define block supports.

This next iteration allows block authors to have a finer-grained control of how block supports work. As part of this, block authors don’t need to fiddle with controls and attribute flow. 

Block Design Tools

WordPress 5.8 introduces new block design tools that can be enabled through the block.json metadata file and are supported in the new theme.json configuration file:

  • color.__experimentalDuotone UI controls that allow adding duotone filters to blocks.
  • color.link. Adds block controls that allow the user to set link color in a block.
  • typography.fontSize. Signals that a block supports font-size CSSCSS CSS is an acronym for cascading style sheets. This is what controls the design or look and feel of a site. style property. When it does, the block editor will show a UI control for the user to set its value.
  • typography.lineHeight. Signals that a block supports the line-height CSS style property. When it does, the block editor will show a UI control for the user to set its value.
  • spacing.margin, and spacing.padding. Shows that a block supports some spacing CSS properties. When it does, the editor will show UI controls for the user to set values. 
  • layout. Simplifies the way themes define and style alignments. Theme devs can add layout config in theme.json and specify which containers inherit the config.

Duotone effect for images in blocks

WordPress 5.8 allows you to colorize your image and cover blocks with duotone filters! Duotone can add a pop of color to your designs and style your pictures (or videos in the cover block) to integrate well with your themes. The duotone effect is similar to a black and white filterFilter Filters are one of the two types of Hooks https://codex.wordpress.org/Plugin_API/Hooks. They provide a way for functions to modify data of other functions. They are the counterpart to Actions. Unlike Actions, filters are meant to work in an isolated manner, and should never have side effects such as affecting global variables and output., but instead of the shadows being black and the highlights being white, you get to pick your own colors for the shadows and highlights. This feature is accomplished with the help of a new customized color filter using an SVG filter. This is available as a “block supports” feature by default in the core Image and Cover blocks for both images and videos. You’ll be able to find it in the block toolbar settings. This can be supported in blocks from third parties and the color presets can be customized by themes within theme.json! More details in the WordPress blog.

WebP Support

WebP is a modern image format that provides improved lossless and lossy compression for images on the web. WebP images are usually 30% smaller than JPEG or PNG images and are supported in all modern browsers. From WordPress version 5.8 forward, you can upload and use WebP images in WordPress like you would a JPEG or PNG image today (as long as your hosting service supports WebP). Switching to the WebP format for your images will improve your site’s performance and your site visitor’s experience. Developers or plugins can use the wp_editor_set_quality filter to set the quality setting. You can read more about WebP support in this Make/Core blog post and Trac.

Request for feedback

What have you planned for sharing WordPress 5.8 with your local meetup group? Are you organizing an outreach meetup, or would you be interested in scheduling a testing sprint? What can we do together to help people learn all about the release? Let us know in the comments! 

The following people contributed to this post: @angelasjin @annezazu @cbringmann @daisyo @evarlese and @priethor

#meetup-organizer-resources #resources

#meetups, #outreach, #wordpress-5-8

Reminder: Community Team Chat is this Thursday

Just a reminder that our monthly Community Team Chat will be held this Thursday, November 3 at 19:00 UTC in the #outreach channel of WordPress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/.. Mark your calendars, and if there’s something you want to discuss in the chat, mention it in the comments here! 🙂

#agenda, #meeting

Reminder: Community Team Chat is this Thursday!

Just a reminder that our monthly Community Team Chat will be held this Thursday, October 6 at 19:00 UTC in the #outreach channel of WordPress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/.. Mark your calendars! (Shockingly, it’s October now. Time passes nearly every day.)

#agenda, #meeting

Community Team Chat is on September 1!

Just a reminder that our monthly Community Team Chat will be held on September 1, 2016 at 19:00 UTC in the #outreach channel of WordPress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/.. Mark your calendars and join in the fun!

#agenda, #meeting, #team-chat

Reminder: Community Team Chat is next Thursday!

Just a reminder that our monthly Community Team Chat will be held next Thursday, September 1, at 19:00 UTC in the #outreach channel of WordPress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/.. Mark your calendars!

#agenda, #meeting, #team-chat

Community Team Slack Channels

Hi all,

I want to propose that we rename #outreach to #community-team and follow CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. and MetaMeta Meta is a term that refers to the inside workings of a group. For us, this is the team that works on internal WordPress sites like WordCamp Central and Make WordPress. in their sub team channel naming convention which for the Community team would be #community-usage.

For example, the events room would be renamed to #community-events. The way slackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/. works means that any channel name changes will not effect or kick anyone out of any room they are currently a part of, just that they will see the name has changed.

Part of the reason why is because many people who are looking for the community team do not look or realise we are in #outreach. This includes a core committer who i would label as an advance Slack user. In fact, when I told them the community team uses #outreach for our community channel their response was

Oh, that’s what that channel is
Weird
I’d expect #community and #community-usage
#events I can see potentially being different
But #outreach I always thought was like for engagement with the wider community
Kinda like #marketing

They also pointed out that when searching for a channel, people automatically search for community and get a response of No match found. Did you spell it correctly?

Screenshot of the result when you type Community into the Slack channel search. It responds with No match found. Did you spell it correctly?

I have also noticed that the #outreach gets messages regarding people doing outreach for their products. Although not often, the mistake is understandable considering what the channel is called. Back when WordPress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ took to Slack, we were called #community – but many people thought it was a water-cooler location for anyone to have a natter. This was the reasoning behind the switch to #outreach. Instead, I would like to propose we call it #community-team which makes it clear that the channel is for the Community team.

The other reason why I would like to propose these changes is because I’ve been trying to get into updating the handbook, but it’s a really boring process to do on your own and talking about it in #events or #outreach, the conversation gets lost in all the other conversations that are happening in there.

I think that the Core team and the Meta team’s use of #team-thing has meant that conversations are kept focused on the channel topic. It allows for people to only follow conversations that they are interested in and helps with the timezone issue where we have people across the world wanting to follow one particular topic.

At a minimum i can in vision the following channels

It could be extended to – if people feel like it could be helpful to WordCampWordCamp WordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more. mentorsMentor Someone who has already organised a WordCamp and has time to meet with their assigned mentee every 2 weeks, they talk over where they should be in their timeline, help them to identify their issues, and also identify solutions for their issues. #community-mentors – a support location for people mentoring WordCamps in a similar vein to the forum support for the moderators.

And later maybe #community-deputies – a support location for people who are doing deputyDeputy Community Deputies are a team of people all over the world who review WordCamp and Meetup applications, interview lead organizers, and generally keep things moving at WordCamp Central. Find more about deputies in our Community Deputy Handbook. work in a similar vein to #community-mentors. It would also give a clearer view of what it is that deputiesDeputy Community Deputies are a team of people all over the world who review WordCamp and Meetup applications, interview lead organizers, and generally keep things moving at WordCamp Central. Find more about deputies in our Community Deputy Handbook. do for anyone wanting to join the deputy program as they can see the things deputies discuss and talk about.

All these channels will still be accessible to everyone so there is no issue with transparency.

I would love to hear your thoughts about this.

Jenny

#deputies

Reminder: Community Team Chat is this Thursday!

Just a reminder that our monthly Community Team Chat will be held this Thursday at 19:00 UTC in the #outreach channel of WordPress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/.. Mark your calendars! (Presto! It’s August and the summer’s nearly gone. Who let that happen?)

#agenda, #meeting, #meetings

Notes from Community Team Chat | July 7, 2016

We held the monthly Community Team Chat yesterday (July 7, 2016) at 19:00 UTC in #outreach on the Making WordPress SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/.. You can view the full Slack logs here (Slack account required to view).

Mentorship Programme

@brandondove gave a report on the current status of the WordCampWordCamp WordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more. mentorship programme (Slack logs):

  • 29 total mentorsMentor Someone who has already organised a WordCamp and has time to meet with their assigned mentee every 2 weeks, they talk over where they should be in their timeline, help them to identify their issues, and also identify solutions for their issues. (17 active, 4 maxed out, 8 inactive)
  • 37 camps actively being mentored
  • 9 camps that need mentors

In general the mentorship programme is working well and being very effective. Given that the number of active WordCamps fluctuates over the course of the year, there are times of the year when we do not have enough mentors and times when we do. Right now we do not have enough to cover all of the camps that need them.

WordCamps

@camikaos reported on the status of WordCamps at the moment (Slack logs):

  • 5 camps needing vetting
  • 2 camps needing orientation
  • 34 camps in the pre-planning stage
  • 49 camps scheduled
  • 37 camps closed in 2016 so far

Given that some of those camps are for 2017, we’ll be looking at around 115 camps in total for 2016.

WCEUWCEU WordCamp Europe. The European flagship WordCamp event. Contributor DayContributor Day Contributor Days are standalone days, frequently held before or after WordCamps but they can also happen at any time. They are events where people get together to work on various areas of https://make.wordpress.org/ There are many teams that people can participate in, each with a different focus. https://2017.us.wordcamp.org/contributor-day/ https://make.wordpress.org/support/handbook/getting-started/getting-started-at-a-contributor-day/.

@miss_jwo gave some feedback about what the Community achieved at the WordCamp Europe Contributor Day on July 26, 2016 (Slack logs):

  • @camikaos and @chanthaboune lead a workshop on WordCamps and MeetupsMeetup Meetup groups are locally-organized groups that get together for face-to-face events on a regular basis (commonly once a month). Learn more about Meetups in our Meetup Organizer Handbook.
  • @kcristiano and @camikaos led a Q&A session
  • Testing sessions were held for new WordCamp organisers using WordCamp.org
  • A number of people worked on improving the handbooks

Meetups

@chanthaboune gave an update on Meetups (Slack logs):

  • We have 305 total meetupMeetup Meetup groups are locally-organized groups that get together for face-to-face events on a regular basis (commonly once a month). Learn more about Meetups in our Meetup Organizer Handbook. groups (97,130 members)
  • 21 new groups created in the last month
  • 28 applications received in the last month
  • 0 groups closed in the last month
  • 63.2% groups are outside the US
  • 36.7% groups in the US
  • We average ~350 events a month

She noted that we have not been sending out the monthly emails to meetup groups around the world and some discussion was had about possibly making those email quarterly instead of attempting to do them monthly.

Miscellaneous

@chanthaboune had a few miscellaneous items at the end of the meeting (Slack logs):

  • We are in the process of moving our P2P2 P2 or O2 is the term people use to refer to the Make WordPress blog. It can be found at https://make.wordpress.org/. to an O2P2 P2 or O2 is the term people use to refer to the Make WordPress blog. It can be found at https://make.wordpress.org/. (much like the Meta blog has already). Everything will continues to work as it should, but it’s worth mentioning.
  • The team at WordCamp CentralWordCamp Central Website for all WordCamp activities globally. https://central.wordcamp.org includes a list of upcoming and past camp with links to each. has grown with the addition of @courtneypk and @hlashbrooke – this means we have more effective coverage across most time zones.

Remember that these monthly Community team chats are on The first Thursday of every month at 19:00 UTC in #outreach on Slack. Have a look at the sidebarSidebar A sidebar in WordPress is referred to a widget-ready area used by WordPress themes to display information that is not a part of the main content. It is not always a vertical column on the side. It can be a horizontal rectangle below or above the content area, footer, header, or any where in the theme. of this P2 for other meeting & office hoursOffice Hours Defined times when the Global Community Team are in the #community-events Slack channel. If there is anything you would like to discuss – you do not need to inform them in advance.You are very welcome to drop into any of the Community Team Slack channels at any time. times.

#agenda, #debriefs, #events-2, #meeting, #meetups-2, #mentorship-programs, #report, #team-chat

Reminder: Community Team Chat is next Thursday!

Just a reminder that our monthly Community Team Chat will be held next Thursday at 19:00 UTC in the #outreach channel of WordPress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/.. Mark your calendars! (While you’re at it, find out how May went by so fast, mkay? Sheesh.)

#agenda, #community-management, #meeting, #team-chat

Agenda for our monthly team chat, this Thursday at 19:00 UTC

Hey there team, just a reminder that our monthly Community Team Chat will be held this Thursday at 19:00 UTC in the #outreach channel of WordPress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/.. Mark your calendars and double-check the time in your zone!

If there’s something you’d like to add to the agenda, please suggest topics in the comments!

#agenda, #community-management, #meeting, #team-chat