Skip to content

How to Make Your Plugin Compatible With Gutenberg: Part 2 (Sidebar API)

Make Your Plugin Compatible With Gutenberg - Sidebar API

If you’re trying to make your plugin compatible with Gutenberg, you have a couple of paths that you can/should take – depending on what your plugin does and how it delivers its features to the user. In the first part of this mini-series, we explored Gutenberg’s Block API – which is what most plugins need in terms of Gutenberg-compatibility. This time, we will be exploring another piece of the Gutenberg puzzle – Gutenberg’s Sidebar API.

(read more)

Use a WordPress Page Generator to Create Multiple Pages in Bulk

WordPress Page Generator

Your site’s search engine optimization (SEO) is likely a big priority. And so it should be, because this is how you’ll reach the summit of every major search engine. However, while there will be lots of aspects to your strategy, creating content is one of the most important among them. To do this fast, you might want to look at a WordPress page generator plugin. Multiple Pages Generator does exactly that.

(read more)

The Colorful History of WooCommerce

Colorful History of WooCommerce

WooCommerce is the biggest, baddest, most popular e-commerce plugin for WordPress, which, by extension, also makes it the most popular e-commerce platform of them all. But how did the journey begin? Was WooCommerce always the top dog right from day one?

(read more)

The WordPress Plugin Boilerplate 101: How to Get Started

Since the inception of WordPress plugins many years ago not a lot has changed in the way we write them. There's a main plugin file with a header followed by the Wild West basically. Apart from using hooks, there is no standardized way of making plugins. In this article, we'll look at one possible solution - WordPress Plugin Boilerplate. It is meant to be a starting point for plugin development, an object oriented way of creating a standardized plugin.

(read more)