WP News Desk

Your WordPress News Dashboard

Accessibility Team Meeting Agenda: August 13, 2026

This is the proposed agenda for the bi-weekly Accessibility Team meeting on Thursday, August 13, 2026 15:00 UTC Announcements 7.1 RC3 is scheduled to be released on Wed Aug 12th (today) 7.1 RC1 was released Wed August 5th. WordPress 7.1 Field Guide is published…. Continue Reading →

Performance Chat Summary: 11 August 2026

The full chat log is available beginning here on Slack. WordPress Performance Trac tickets @b1ink0 asked whether there was anything the team would like to focus on for the WordPress 7.2 release, referencing the performance-focused Core Trac tickets. @westonruter said… Continue Reading →

How AI Is Changing SEO in the WordPress World

Type almost any question into Google today and there’s a good chance you’ll get your answer before you ever see a blue link. An AI-generated summary sits at the top of the page, pulling from a handful of sources, and… Continue Reading →

From one-off fixes to repeatable systems: why automation matures WordPress operations

Most WordPress teams can fix things. Fixing things and running things reliably are not the same skill, and the gap between them gets more expensive with every site you add. At a certain scale, the informal systems that keep operations… Continue Reading →

Divi 5.10 Release Notes

It’s official; the beta phases have ended, and Divi 5 has arrived! This isn’t the end; it’s a new beginning for Divi, and we are moving forward faster than ever with weekly updates. If you use Divi 5, you’ll see… Continue Reading →

Themes Team Meeting Agendas for August 11, 2026

The Themes Team holds meetings on the second and fourth Tuesdays every month. For this month, this is the first meeting and is set to take place on 11 August. Meeting Details: Date and Time: Tuesday, August 11 2026, 15:00 UTC… Continue Reading →

Dev Chat Agenda – August 11, 2026

The next WordPress Developers Chat will take place on Tuesday, August 11, 2026, at 15:00 UTC in the core channel on Make WordPress Slack. The live meeting will focus on the discussion for upcoming releases, and have an open floor section. The various… Continue Reading →

How To Create Tooltips With Divi 5

Clean pages and informative pages often pull in opposite directions. Add every detail a visitor might need, and the layout starts to feel crowded. Remove too much, and visitors may not have enough context to understand what they are looking… Continue Reading →

How I Set Up My 2026 MacBook Pro

TL;DR: How I set up my 2026 MacBook Pro, along with the software I installed and the method I used for each (either Mac App Store via the mas CLI, Homebrew, or direct download). It’s been a few years since… Continue Reading →

Creating Color Variations From Brand Colors In Divi 5

A client hands you a logo, maybe a short brand guide, and a few approved hex codes. You open Divi 5, start building in the Visual Builder, and quickly realize the issue is not the layout. It is color variation…. Continue Reading →

PSA: Supply Chain Compromise in BdThemes Ecosystem via Poisoned API Response

The Wordfence Threat Intelligence Team was notified on August 7th, 2026 of a supply chain compromise affecting BdThemes, a WordPress plugin vendor whose plugins are available in the official WordPress plugins directory. Currently, all the affected plugins are temporarily closed… Continue Reading →

How To Use Text Stroke, Text Fill, And Variable Fonts Together In Divi 5

Variable fonts, Text Fill, and Text Stroke are three different typography controls in Divi 5. The font controls the shape of the letters. The fill controls what appears inside them. The stroke controls the edge. You can use each one… Continue Reading →

Wordfence Intelligence Weekly WordPress Vulnerability Report (July 27, 2026 to August 2, 2026)

Last week, there were 224 vulnerabilities disclosed in 177 WordPress Plugins and 2 WordPress Themes that have been added to the Wordfence Intelligence Vulnerability Database, and there were 119 Vulnerability Researchers that contributed to WordPress Security last week. Review those… Continue Reading →

Loop Filter Modules for Divi 5

I am excited to announce the Post Filter and Tooltip modules for Divi 5! Divi 5 has a very powerful loop-building system, and today that system becomes even more versatile. Now, users can search, filter, and reorder loops on the front… Continue Reading →

How To Create Magazine-Style Blog Pages With Consistent Image Crops

Most blog layouts fall apart at the images. One post has a tall portrait, the next has a wide landscape, and the third uses something almost square. The grid starts to look uneven, and the layout feels more like a… Continue Reading →

Why Accessibility Testing Belongs Inside WordPress

Every WordPress site I have worked on in the last decade shares the same accessibility gap, and it is rarely the one people expect. The people involved care about accessibility. The problem is where their tool lives: a separate platform,… Continue Reading →

WordPress 7.0.3 release

WordPress 7.0.3 is now available WordPress 7.0.3 is now available which features several security fixes. Because this is a security release, it is recommended that you update your sites immediately. You can update to WordPress 7.0.3 by downloading it from… Continue Reading →

The Ultimate Guide To Using Images In Divi 5

Images are one of the few elements that touch almost every part of a build: hero sections, blog grids, team pages, product listings, portfolio cards, galleries, icons, backgrounds, and call-to-action sections all live or die on how their imagery is… Continue Reading →

One year of working on documentation about accessibility for WordPress

At WordCamp Europe Torino ’24, Joe Dolson asked Rian Rietveld to review the documentation about accessibility on the WordPress.org website. What she found was that the information was hard to find, scattered all around the place, with duplicated and incomplete… Continue Reading →

Why AI crawlers are breaking the rules of web-crawling

In 2025, bots accounted for 53% of all web traffic, the first time automated traffic had outpaced humans in a calendar year. By June 2026, Cloudflare Radar put that figure at 57.5%, a crossover that Cloudflare’s own CEO said arrived… Continue Reading →

What’s new in Gutenberg 23.7? (05 August)

“What’s new in Gutenberg…” posts (labeled with the #gutenberg-new tag) are posted following every Gutenberg release on a biweekly basis, showcasing new features included in each release. As a reminder, here’s an overview of different ways to keep up with… Continue Reading →

Plugins Directory Release Process Issues

The Plugins Team is aware of an issue currently affecting plugin releases and is actively investigating it. At this time, newly released plugin ZIP files are not being generated as expected. We are also aware that some users are experiencing… Continue Reading →

Divi Product Highlight: Accessibility Bundle

Accessibility is not something you add after a website is finished. It affects how visitors move through a page, understand content, use menus, interact with buttons, read text, and adjust the experience to their own needs. Divi 5 already gives… Continue Reading →

WordPress 7.1 Release Candidate Phase

Now that WordPress 7.1 has entered the Release Candidate phase, the following policies are in place. These policies mainly cover how and when Core committers can commit. For non-committing contributors, this post may help explain why Core committers make certain… Continue Reading →

WordPress 7.1 Release Candidate 1

The first Release Candidate (“RC1”) for WordPress 7.1 is ready for download and testing! This version of the WordPress software is still under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites…. Continue Reading →

WordPress 7.1 Field Guide

This guide outlines major developer features and breaking changes in 7.1 and is published during the Release Candidate phase to help inform WordPress extenders, Core developers, and everyone else interested in the latest WordPress development. There are more than 310… Continue Reading →

The notify_post_author filter now has the final say on post author notifications

WordPress 7.1 changes when wp_new_comment_notify_postauthor() checks a comment’s approval status: the check now happens before the notify_post_author filter is applied, rather than after. As a result, the filter receives an accurate default value, and its return value fully determines whether a notification is sent. See #64217. Previous… Continue Reading →

Filtering registered abilities with wp_get_abilities() in WordPress 7.1

WordPress 7.1 extends wp_get_abilities() with a standard way to filter registered abilities. The function now accepts an optional $args array that can filter abilities by category, namespace, or metadata. It also supports callbacks for custom per-item filtering and final result… Continue Reading →

Responsive block styles and configurable viewports in WordPress 7.1

WordPress 7.1 introduces responsive style states for blocks. Styles can now be defined for Tablet and Mobile viewports both through Global Styles for each block type and on individual block instances. They can be applied to all block types (and… Continue Reading →

Pseudo and custom style states in WordPress 7.1

Pseudo states In WordPress 7.1, users have more power over styling the pseudo states of blocks. Currently limited to the Button and Navigation Link blocks, users are able to apply styles to ‘hover’, ‘focus’, ‘focus-visible’ and ‘active’ states. Pseudo states… Continue Reading →

« Older posts

© 2026 WP News Desk — Powered by WordPress and WP RSS Aggregator | Hosted by WP Engine

Up ↑