Do you need a Fediverse account to install FediStation?
No.
Your readers need one to share. You don't need one to publish.
Big difference. ⚙️

https://fediboard.com/products/fedistation

#WordPress #Fediverse #OpenWeb #Blogging #WordPressDev
Four steps. Under two minutes. Install FediStation. Activate. Configure. Done. A Fediverse share panel on every article. Your blog just joined the open social web. 👇 https://wordpress.org/plugins/fedistation-open-social-web-sharing #WordPress #Fediverse #OpenWeb #SocialWeb #WordPressDev
How to build PHP-only Gutenberg blocks. https://kinsta.com/blog/php-only-gutenberg-blocks/ #wordPressDev 3gutenberg #PHP
How to build PHP-only Gutenberg blocks

Ditch JS, React, and complex build steps. Master Gutenberg blocks with pure PHP and deploy custom blocks to WordPress in minutes.

Kinsta®
What’s new in Gutenberg 22.7? (11 March)

“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 remin…

Make WordPress Core

🆕 New post

WP Trac Triager — a Chrome extension that adds role badges, keyword timelines, milestone history, and component maintainer info right to WordPress Trac tickets.

Makes triage way more efficient 🚀

https://juanma.codes/2026/02/16/wp-trac-triager-a-chrome-extension-for-wordpress-core-ticket-triage/

#WordPress #WordPressDev

WP Trac Triager: A Chrome Extension for WordPress Core Ticket Triage

WordPress Core is built by thousands of contributors working together on an open-source platform. With that scale comes complexity: at any given time, there are thousands of tickets in WordPress Trac reporting bugs, requesting features, and proposing enhancements. Triage—the process of reviewing, organizing, and prioritizing these tickets—helps contributors focus on the work that matters most. […]

JuanMa Codes
The Anatomy of theme.json: A Developer's Cheat Sheet

For a long time, the logic of a WordPress® theme lived primarily in functions.php. If you wanted to add support for a custom logo, wide alignment, or editor styles, you… Read more

Delicious Brains

@itworldcup PHP is not too far behind.

But check out the vote count!

700 votes cast so far. This is the most voted on head to head so far.

Come on #php #phpc #symfony #laravel #wordpress #WordPressDev #drupal #doctrine #cakephp #magento #laminas #slimphp devs.

We can win this.

I do a lot of #WordPress Gutenberg development and I have a bunch of code snippets I run in the browser console.

This one retrieves the meta fields and filters the property names to only those that contain "mysubstring"

((substring) => Object.fromEntries(
Object.entries(
wp.data.select('core/editor').getEditedPostAttribute('meta')
).filter(
([key, value]) => key.toLowerCase().includes(substring.toLowerCase()
)
)))('mysubstring')

See https://salferrarello.com/filter-meta-in-wordpress-gutenberg-block-editor/

#WordPressDev

Add A Settings Page to WordPress Plugins | Drazen's Blog

Learn to add a settings page to your WordPress plugin. A step-by-step guide to the Settings API, registering options, and creating admin forms.

Drazen's Blog
How to Build an Interactive WordPress Theme Demo with Playground Blueprints

Find out how to build an interactive WordPress theme demo with Playground Blueprints.

WordPress.com News