wordpress

Including both PHP 7.1 and 8.0 code in the…

Having challenges transpiling code from PHP 8.0 to 7.1 in the same WordPress plugin? This solution may help with a few of the issues.
Leonardo Losoviz
9 min read

Coupled, decoupled, and headless CMS platforms

Here, you can learn the definition, pros and cons, and examples of the following types of CMS platforms: coupled, decoupled, and headless.
Nebojsa Radakovic
5 min read

WP-CLI tutorial: How to deploy WordPress

In this tutorial, we'll explain how to install and set up WordPress on a remote, shared server using WP-CLI.
David Else
8 min read

WordPress plugins: The ultimate guide

WordPress is by far the most popular content management system. It has been around since 2013 and powers 39 percent of all websites. Due...
David Else
8 min read

Transpiling PHP code from 8.0 to 7.x via Rector

With Rector, we can write code with PHP 8.0 features and deploy it to an environment running lower versions.
Leonardo Losoviz
7 min read

Essentials for building your first Gutenberg block

Even if you already know the libraries used by Gutenberg, it can still feel daunting to get started. Here's where to start.
Leonardo Losoviz
10 min read

Setting up your first Gutenberg project

Learn how to set up the development environment for WordPress' React-based Gutenberg editor, as well has how to create a new project.
Leonardo Losoviz
6 min read