Video Shows
Example block scaffolded with Create Block tool.
by The WordPress Contributors · github.com/manthansparmar7/video-shows-gutenberg-block
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/manthansparmar7/video-shows-gutenberg-block/archive/refs/heads/main.zipVideo Listing Block
Description:
A dynamic Gutenberg block that displays a listing of videos (custom post type) based on custom taxonomy terms like "shows."
Table of Contents
Purpose
The Video Listing Block plugin provides an easy-to-use Gutenberg block to display a curated list of videos (custom post type) organized by a custom taxonomy like "shows." It enables content creators to dynamically showcase videos related to specific shows in a customizable layout.
Features
- Display videos (custom post type) based on the selected "shows" (custom taxonomy).
- Dynamically update video listings as per the selected taxonomy terms.
Installation
- Download the plugin and upload the ZIP file via the WordPress dashboard or manually upload it to the /wp-content/plugins/ directory.
- Activate the plugin through the 'Plugins' menu in WordPress.
- The block will be available in the Gutenberg editor under the Blocks section.
Usage
- Add the 'Video Listing Block' in any Gutenberg page or post.
- Select the "show" or taxonomy term from the block settings to filter the videos.
Coding Standards
The plugin is adheres to the PHP_CodeSniffer (PHPCS) and PHP Code Beautifier and Fixer (PHPCBF) coding standards for WordPress VIP, ensuring clean, high-quality, and maintainable code.