Periodic Table of WordPress Plugins Showcases 108 Most Popular Plugins

WordPress core committer Pascal Birchler has published a Periodic Table of WordPress Plugins to celebrate the software’s upcoming 20th anniversary. The table showcases 108 of the most popular free plugins on WordPress.org.

Read more »

LAMP Stack, but make it Wasm

WebAssembly is an exciting new technology that, among other things, allows running existing code and applications in a secure, capabilites-based sandbox. In particular, we already released mod_wasm, which allows you to run PHP-based Web applications such as WordPress using Apache This article builds on that work and introduces a new project that enables any WebServer […]

Read more »

Goodbye, Kirki – WordPress Customizer Framework

When I first acquired Kirki in early 2020, I had big plans for it. Although we were able to execute on step one of the 2-step plan we had for the plugin, as time went on, I lost passion for the project mainly due to the direction WordPress core has taken with Gutenberg.

Read more »

Human Made to Host AI for WordPress Event on May 25, 2023

Human Made is organizing the community’s first ever AI for WordPress online conference on May 25, 2023. The time and schedule have not yet been announced but registration is open. Attendees can expect to see demos of Human Made’s current AI projects and highlights of what others are doing in the space. The organizers plan […]

Read more »

BuddyPress has a new purpose

Hello! This post is the first in a series of five posts in which we’ll outline the new direction we plan to take regarding plugin maintenance and evolutions. After some introductory words, we‘ll focus on the new BuddyPress purpose that I believe we should adopt for years to come.We haven‘t forgotten that, at the end […]

Read more »

WordPress Security Fundamentals: How to Not Get Hacked

WordPress has come a long way towards its stated goal of democratizing publishing, powering roughly 43% of the websites on the web. However, that status makes it a prime target for hackers and other malicious actors. In this article, we’ll look at what you can do to make your WordPress site more secure, examine practices […]

Read more »

Article 1: Modern object-oriented PHP in WordPress plugin development

📚 Discover modern PHP in WordPress plugin development. Improve code quality, reusability, maintainability and extensibility. Read now.

Read more »

Inline SVGs in your WordPress code with this helper function

Easily inline your SVGs in WordPress and modify the attributes while you’re at it with this handy function.

Read more »

Set Up a DigitalOcean Virtual Server for WordPress on Ubuntu 22.04

Chapter 1 of the complete guide to setting up Ubuntu 22.04 to run WordPress lightning fast. We provision a server, secure SSH access, install a firewall, and more.

Read more »

Kirki Plugin Up for Sale, Development Discontinued

David Vongries, developer of the Kirki Customizer Framework plugin, announced he is sunsetting the product and will discontinue development and support. Vongries bought the plugin in 2020 from its original creator, Ari Stathopoulos, and grew its user base from 400K to 600K active installs. He launched Kirki PRO with additional extensions in March 2022. “When […]

Read more »

WordPress Has Done It: Performance Improvements Take Off

Automated performance benchmarking and coordination between core contributors puts WordPress back on track

Read more »

7 AI Plugins for WordPress and Woocommerce

Since Allen Newell, Herbert A. Simon, and Cliff Shaw came out with the first automated reasoning model, “Logic Theorist,” in December 1995, the field of AI has witnessed some amazing advancements (not counting JARVIS). But nowadays, AI has seeped into every crevice of every industry, be it technology, healthcare, real estate, automotive, and so many […]

Read more »

Essential Coding Skills and Practices for Plugin Developers in 2013

A few crucial coding skills are needed to succeed at WordPress plugin development in 2023. Experts share 13 must-haves in this article.

Read more »

Hire More Women Developers

Elizabeth Shilling from California writes about the value and need for more women developers, both in WordPress and elsewhere.

Read more »

How to do Core Old Ticket Triage for WordPress

Last year I did an analysis about WordPress Core contributions by tickets numbers as I think that a OSS project is not healthy if had a long queue of stuff that no one sees, so I already tried in the past talking with Core Committers about more Triage sessions, finally now every 2 weeks there […]

Read more »

WooWeekly #440: Sale Badge, Logout Redirect

Hello there, Welcome back to WooWeekly, your weekly appointment with WooCommerce tutorials, tips and updates handpicked for you (and the other 17,516 subscribers) so that you can learn something new. As I’m developing my new business line (WooCommerce Mini-Plugins), I finally got to talk with my accountant and the amazing good news is that I need […]

Read more »

Introducing the Ollie WordPress block theme

Start building beautiful and powerful WordPress websites with the new Site Editor and Ollie WordPress block theme

Read more »

Cool Snippets for wp-config.php

As a WordPress developer, you may already be familiar with the wp-config.php file. This file is an essential part of your WordPress installation and contains important configuration information. But did you know that you can enhance your WordPress site’s functionality and performance by adding some cool and useful snippets to this file? In this blog […]

Read more »

How webpack and WordPress packages interact

Learn how WordPress uses Webpack to manage importing from the built-in packages that ship with WordPress.

Read more »

CSS compression script: now open source

Back in 2008 I released an online tool (which was a simple page on this site) for CSS compression. You pasted in your CSS, pressed a button and it compressed it. However, I never really did much else with it – either improving what it did and what functions it provided, but also promoting it. […]

Read more »

10 WordPress Site Editor (FSE) Features You Didn’t Know About

WordPress Full-Site Editing, aka the Site Editor, offers a lot of features, not all of which you might be familiar with. That’s because it’s not only a relatively new addition to the WordPress platform but also under constant development with new features coming out regularly. As a consequence, it’s easy to miss out on some […]

Read more »

Guide: 76 ways AI could transform WordPress (Signup For Doc)

As an open-source platform and the most popular CMS in the world, WordPress stands to be reshaped in the coming years as the true capabilities of AI continue to unfurl. Let’s explore the possibilities.

Read more »

WP Feature Notifications: 2023 Status Update

The WP Feature Notifications (formerly WP Notify) project was first proposed in 2019 in order to improve and modernise the way in which WordPress handles user notifications. In the last few months we’ve had a good amount of progress, as well as a number of changes, which have led to the recent publication of prerelease […]

Read more »

ACF 6.1 Adds Custom Post Types and Custom Taxonomies

This week, popular plugin Advanced Custom Fields (ACF), announced the release of version 6.1. This update marks a huge win for functionality of the plugin and WordPress development as a whole. Site developers can now register custom post types and custom taxonomies from within the plugin. Having the functionality directly within the ACF dashboard not […]

Read more »

Launch of CertifyWP

We are beyond excited to announce the official launch of the WordPress Management and Design Credential!! Check it out, take the exams, and obtain your credential!! We are beyond excited to announce the official launch of the WordPress Management and Design Credential!! Check it out, take the exams, and obtain your credential!! https://t.co/MIkgqNgkf5 @michelleames @wp_connects […]

Read more »

WordPress Design Team Share: Mar 27-Apr 21

Hi, all! Here are a few projects the Design Team has contributed to over the past couple of weeks.

Read more »

Using The useEffect React Hook In WordPress

React, the JavaScript framework we use in the WordPress editor uses hooks. The new React documentation has a lot of exam

Read more »

New in Beta:  Block Data API

For many use cases, it’s helpful to access blocks in WordPress as pure JSON data instead of HTML. Doing so eliminates the need to write parsing layers to transform markup into JSON, and to keep those translation layers up to date with every version of Gutenberg. All of this saves developer time and effort. While […]

Read more »

Self Pings: What are they and do you need to turn them off?

By default, WordPress enables the ability to perform pingbacks. Basically, when another site references yours, you’ll be sent a “pingback” – a confirmation that this has happened, which is logged on your site similar to a post comment.

Read more »

Custom CSS, front page fun, Gutenberg outside of WordPress – Weekend Edition #251

Howdy, Although, I found great content for you and I was co-leading the Gutenberg plugin release, it felt like a quiet week. No family drama, no moving stress. Nowadays, I cherish the quiet moments, when I can sit and read a book, that’s not technical in nature. Or just sit with loved once and chat…

Read more »

Virtuozzo Launches Version 2.0 of Its Application Platform for WordPress

Virtuozzo, the software company behind the virtualization and cloud management capabilities of many popular hosting service providers, has launched version 2.0 of its WordPress platform. The compan…

Read more »

Tips for Having a Comfortable WordCamp Experience

Have you ever been at a conference, and felt overwhelmed? Here are a few tips to help you feel as comfortable at a conference as possible.

Read more »

What Is Headless WordPress and How Does This CMS Work?

What is a headless CMS? What are the drawbacks and benefits of headless WordPress? Learn why and when should you use a headless content management system, and how to get started.

Read more »

Tips for Freelance Designers Who Work as a Sub-contractor

Working as a sub-contractor can be as flexible (or not) as you’d like. Much of it depends on your goals and the available opportunities. It’s possible to find a long-term working relationship. Some clients need a designer or developer who has regular availability. They may not have the resources or workload to hire someone on […]

Read more »

Newly Rewritten WordPress SQLite Database Integration Plugin Needs Testing

WordPress contributors are making progress on officially supporting SQLite in core, a project that would benefit less complex sites (small to medium sites and blogs) that don’t necessarily require …

Read more »

Bankruptcy on Block Editor Blocks

I’m declaring not only bankruptcy on building block editor blocks, but on my entire blogging strategy, too.

Read more »

Per-block CSS with theme.json

A walk-through of adding per-block CSS using in theme.json that covers tips, tricks, and pitfalls.

Read more »

WooCommerce Has Launched Woo Express – (Which Could Be) The Perfect Alternative to Shopify

WooCommerce has launched Woo Express, a new managed hosting solution. It is an all-in-one WooCommerce plan that includes everything you need to launch your online store and build a successful business.

Read more »

Changing HTML Tag Attributes with the WP HTML Tag Processor

How to change the attributes of HTML tags without knowing regular expressions. Change the HTML blocks or even the entire post content with ease!

Read more »

Attackers use abandoned WordPress plugin to backdoor websites

Attackers are using Eval PHP, an outdated legitimate WordPress plugin, to compromise websites by injecting stealthy backdoors. The plugin has not been updated in the past decade and is generally considered abandonware, yet it is still available through the WordPress plugins repository.

Read more »

Share Your Favorite WordPress Swag You’ve Collected Over The Years

Have you collected some WordPress merchandise (or “swag”) over the years? Have a cool WordCamp t-shirt, a stuffed Wapuu, or a lanyard adorned with nine different pins and buttons? Yes, yes you do – admit it! Everyone loves some WordPress merchandise and you probably have a favorite item (or two or three) that you’ve saved […]

Read more »

Bilingual Marketing Benefits – en Español – Para Más Negocios (for More Business)

You know you have Spanish-speaking customers, but are you doing a good job with your bilingual marketing efforts?

Read more »

How to Integrate Artificial Intelligence into WordPress

How do you integrate artificial intelligence into WordPress? AI is the hottest topic right now. Learn how to use it with your WordPress site.

Read more »

Pavel Ciorici Interview – “A New Business Entering the Online Space Should Release a Minimum Viable Product as Soon as Possible”

Check out our Pavel Ciorici interview to learn about his insights on WordPress, business, community, and more.

Read more »

Gutenberg Block Editor Review (By a WordPress Power User)

After several years in WordPress core, how is the new block and site editor faring? Time to find out in this detailed Gutenberg review.

Read more »

Excluding a post type from using the block editor

A simple code snippet to exclude a post type from the using the block editor.

Read more »

WooCommerce Launches Woo Express

WooCommerce has launched Woo Express, a new managed hosting product that uses WordPress.com’s infrastructure and relieves store owners of the responsibilities of hosting and maintenance. The …

Read more »

Saying goodbye to Marieke

It is with mixed emotions that we say goodbye to Marieke van de Rakt, who has decided to leave Yoast.

Read more »

How to live-blog – using Mastodon, WordPress and Peertube

In 2022 my #CrossBorderRail project was mostly live tweeted. But then Elon Musk broke Twitter, and I have had to work out how to revise my digital communication strategy for the 2023 project. This blog post explains how I intend to do it! But before I start, a word about […]

Read more »

What’s new in Gutenberg 15.6?

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

Read more »

WordPress Vulnerability Report – March 29, 2023

Each week, we report the latest vulnerabilities in WordPress plugins and themes. Vulnerable WordPress plugins and themes are the #1 reason WordPress sites get hacked.

Read more »

WP Translation Playground

When translating plugins or themes, it can be hard to know the context in which the string appears. In GlotPress, we’ve got the table view for translations where there is very little context.…

Read more »

Cultivating More Effective Contributing on Contributor Days

Contributor Days are usually single day events focused on all things related to contributing to WordPress. They often accompany larger WordCamps, but are sometimes planned along smaller ones or eve…

Read more »

Burning the Midnight Oil

Sunny Ratilal tells us his story of growing from a child to an adult with WordPress, and how burning the midnight oil accelerated his learning.

Read more »

ACF Wins Plugin Madness 2023

Plugin Madness 2023 has come to an end. Join us in congratulating this year’s winner Advanced Custom Fields.

Read more »

Why TeamWP’s Team Experience Survey is So Important

TeamWP’s Team Experience Survey is here to help the WordPress community grow! Please read why this is so important for positive work culture.

Read more »

Patterns are gonna be a game changer for WordPress

The past few years have produced a wealth of new technology and features for the world’s most popular CMS. It all started with WordPress 5.0, released in December 2018. This release included the much-anticipated block editor, a way of building content visually with block-based elements (paragraphs, images, buttons, columns, etc.). Although this was a huge […]

Read more »

Likert Scale For WordPress: Beginners Walkthrough With Plugins

Likert Scale is a commonly used survey rating scale that measures respondents’ attitudes or opinions on a particular topic. It involves a series of statements or questions, with respondents being asked to rate their level of agreement or disagreement on a five or seven-point scale. WordPress, being a popular platform for websites, has several benefits […]

Read more »

WooWeekly #439: Description Shortcode, Orders Table, Speed Tips

Hello there, Welcome back to WooWeekly, your weekly appointment with WooCommerce tutorials, tips and updates handpicked for you (and the other 17,507 subscribers) so that you can learn something new. I’ve spent countless hours in the last few days in order to figure some things out in regard to selling WooCommerce plugins on Business Bloomer. I […]

Read more »

Creating a custom template with the WordPress site editor

In this tutorial, we will learn how to use the Site Editor to create a custom template for a unique post or page. You might want to create a custom template for an event, a landing page, different …

Read more »

Status update on the SQLite project

This post is an update to the proposal for officially support SQLite in WordPress. The initial implementation was included in the Performance Lab plugin and then released as a stand-alone plugin. T…

Read more »

Better Search v3.2.0

Better Search v3.2.0 improves search accuracy by including taxonomy descriptions & highlights whole words, Fixes bugs, PHP 8.1 compatible, secure cache clearing

Read more »

Pitch us your idea at WordCamp Europe 2023!

Emilia Capital is sponsoring WordCamp Europe 2023. We sponsor because we love WordPress and WordCamp Europe is our favorite event … Read more

Read more »

WordPress Contributors Continue Exploring Migration of Public and Private Messages from Slack to Matrix

In early 2023, WordPress and Matrix contributors proposed a new Meta team subproject to explore replacing Slack communication with Matrix, an open source federated chat system. After the team&#8217…

Read more »

Developments and Customizations for Training and Learn Website

Overview This post will document updates regarding the detailed information on developments & customizations for training website and learn website. Project DRIs Project Lead Amit Patel@am…

Read more »

Preserving the open web through Drupal

Drupal updates create opportunities for everyone to participate in the open web. My website is a perfect example of what I mean. I take photos nearly everywhere I go: To date, I have more than 10,000 photos uploaded to my Drupal site. Using something like Instagram might be easier, but my photos are precious to […]

Read more »

A Developer’s look at Woo Express

Beau Lebens, Head of Engineering at WooCommerce, recently sat down with Do the Woo and shared his insights on a new offering from Woo, Woo Express. If you haven’t heard the buzz, Woo Express is a m…

Read more »

New Adobe PDF WordPress Plugin Radically Improves User Experience

Adobe releases a WordPress plugin that enables four user friendly ways to display a PDF online

Read more »

Experimental APIs in WordPress Core have largely been tamed

Last year’s proposal to stop merging experimental APIs from Gutenberg to WordPress Core is now mostly implemented. To recap: Due to JavaScript technical limitations, the recurring merge of the Gute…

Read more »

New: WordPress Tools & Resources List

A list of useful WordPress Tools and Resources for WordPress agency owners and freelancers to do more with code, design, AI, security, eCommerce, investments, selling plugins, and more.

Read more »

Should a Block Theme Power Your Next WordPress Project?

Block themes have now been a part of the WordPress ecosystem for a few years. And with the WordPress Site Editor moving out of beta, I thought it might be a good time to revisit them. The included features of both block themes and the Site Editor are no longer experimental. Nominally speaking, that makes […]

Read more »

WordPress Revision History: How It Works and Why Use It

Wondering how to manage your WordPress revision history? Learn some best practices for handling revisions to keep your site running smoothly!

Read more »

Progress on generative content and blocks: WordPress AI, pt. 2

Last week I talked about how we’re exploring generative content in WordPress. Like all things in the AI field, things have already progressed! I thought I’d share some incremental progress and improvements to the WordPress Block Editor assistant to provide some details on the challenges and improvements. It’s striking to me that small incremental improvements […]

Read more »

Quick Fix: Module ‘imagick’ already loaded

To fix module ‘imagick’ already loaded, there are two things you need to do: locate the PHP configuration file for your version and ignore a version check.

Read more »

WordCamp Asia 2024 Call for Organizers

We are looking for enthusiastic community members to join us to make a successful and diverse WordPress event! This call will be open until April 22, 2023 @ 23:59 Taipei Time (UTC+8). Date: March, 2024 Venue: TICC (Taipei, Taiwan)

Read more »

WCEU 2023 Announces Free Childcare and Workshop for Kids

Preparations for WordCamp Europe (WCEU) 2023 in Athens are moving forward as the team will soon be contacting speakers selected for the event. Organizers have launched a Speaker Support Program aim…

Read more »

10up publicly releases its Gutenberg Best Practices

In keeping with our mission to make a better web, 10up strives to strengthen and contribute back to the open-source technology ecosystem we build upon. We contribute thousands of hours each year and open source innovations like ElasticPress, which integrates Elastic and WordPress; ClassifAI, which brings AI and machine learning to WordPress; and Distributor, which […]

Read more »

Botowski for Woocommerce: AI Plugin for Enhanced E-Commerce Copy

Woocommerce plugin is the perfect tool for dropshippers who are testing a large number of products. With the ability to generate titles and descriptions in just a few clicks, you can leave the writing to AI while you focus on driving your business forward.

Read more »

WordPress 6.3 Planning Proposal & Call for Volunteers

After the successful launch of WordPress 6.2, it’s time to start planning for WordPress 6.3, and for WordPress 6.4’s women and non-binary-led release. In preparation, this post includes WordPress 6…

Read more »

Getting Cozy with GitHub Copilot: How does it fare for WordPress developers?

Github Copilot is definitely good – but is it “good”? And how does it fare for WordPress developers?

Read more »

Tech Roundup Week Ending April 14

Free vs. Paid SSL • SSL (Secure Sockets Layer) and TLS (Transport Layer Security) are internet protocols that use encryption to secure websites. • SSL

Read more »

Solve Your WordPress Security Issues with These Proven Fixes

Don’t let security issues ruin your website. Learn about the 10 WordPress security issues and their easy fixes. Stay protected and secure your website today.

Read more »

Update on WP to Twitter

Recently, Twitter has started suspending many people’s apps who are using WP to Twitter. This is not something I can do anything about. They’re using the same logic to shut it down that they used to shut down all of the major Twitter apps. You can always create another new app and reconnect it to […]

Read more »

Margherita Pelonara receives the Yoast Care fund for her contribution to WordPress

Margherita Pelonara is a WordPress devotee with love for the community. Learn more about her and her contributions in this interview!

Read more »

Getting WordPress Media Library images in JavaScript

A tiny JavaScript replacement for wp_get_attachment_image.

Read more »

WordPress and WooCommerce: Trends for 2023

Compared to other solutions, WordPress is the top content management system that now powers a variety of e-commerce websites. There are several reasons for this, not the least of which is the user-friendly experience customers get with this CMS. Additionally, this CMS is less expensive to utilize for website development than other platforms. WordPress plugins […]

Read more »

Recap: WordPress 6.1 “Misha” Retrospective

This post summarizes the feedback received from the WordPress 6.1 retrospective. Due to an error in the form linked in the original retrospective post, the results of the retrospective are shared l…

Read more »

BuddyPress to Host Virtual Contributor Day on April 20 (Paris)

Representatives of the BuddyPress core team will be hosting a contributor day alongside the French WordPress Community Contributor Day in Paris on April 20, 2023. This in-person event has filled up its registration and posted its schedule already, but BuddyPress core developer Mathieu Viet is inviting people to join online to contribute to BuddyPress.

Read more »

WordPress and ActivityPub

I’m pretty excited about Automattic’s acquisition of Matthias Pfefferle’s ActivityPub plugin. I believe it will remain open source, but by acquiring the copyright to the

Read more »

#45861 (Global variable in plugin main file)

In the main plugin file, if we declare a variable, it will be used as a global variable in WordPress. This might lead to conflict for global variable names. The code is in wp-settings.php file. A simple fix is creating a function to load a plugin and include main plugin file inside that function. So […]

Read more »

WooCommerce Developers and Accessibility Partners

With the need to make sure more sites start with being accessible, learn when you should consider bringing in a partner.

Read more »
To top