WP Manifestindependent plugin directory
manifest / editor / codeable-skills-chat-gutenberg

Codeable Skills Chat Gutenberg

Example block scaffolded with Create Block tool.

by The WordPress Contributors · github.com/pluginslab/codeable-skills-chat-gutenberg

★ 0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/pluginslab/codeable-skills-chat-gutenberg/archive/refs/heads/main.zip

Codeable's Skills Chat Workshop Mastering Gutenberg Blocks: 10 Real-World Solutions with Gutenberg and WordPress

Description

This plugin was created for the Codeable's Skills Chat series on Gutenberg related work.

Installation

  1. Upload the plugin files to the /wp-content/plugins/codeable-skills-chat-gutenberg directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress

Content of the Workshop

The workshop is divided into branches that are related to each topic.

Branch 01: Client wants a simple block that allows them to display a message on the frontend with a special border around it.

Branch 02: Client wants a simple block that allows users to only use paragraphs and headings inside of it.

Branch 03: Client wants a simple block that mimics an accordion style content.

Branch 04: Clients wants a simple block that allows them to build an image slider.

Branch 05: Client wants a simple block that allows me to fetch 5 random posts and display on the frontend at each reload.

Branch 06: Clients want to display a panel on a edit page of a page post type with two meta keys for the user to type in.

Branch 07: Clients want to display a grid of posts on the frontend that is searchable via post title and post content.

Branch 08: Clients want a complex settings page that if implemented using React, it would be a lot easier.

Changelog

1.0.0

  • Release