WP Manifestindependent plugin directory
manifest / media / video-shows-gutenberg-block

Video Shows

Example block scaffolded with Create Block tool.

by The WordPress Contributors · github.com/manthansparmar7/video-shows-gutenberg-block

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/manthansparmar7/video-shows-gutenberg-block/archive/refs/heads/main.zip

Video 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

  1. Download the plugin and upload the ZIP file via the WordPress dashboard or manually upload it to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. 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.