WP Manifestindependent plugin directory
manifest / editor / featured-image-block-with-caption

Featured Image Block with Caption

WordPress plugin that adds the ability to show a caption in the Featured Image block via the same "Add caption" block toolbar button available on the Image block. Image captions must be edited in the Media Library. This is a prototype to implement https://github.com/WordPress/gutenberg/issues/40946

by Weston Ruter · github.com/westonruter/featured-image-block-with-caption · website

7stars
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/westonruter/featured-image-block-with-caption/archive/refs/heads/main.zip

Declares an update source (https://github.com/westonruter/featured-image-block-with-caption), so updates arrive through the plugin's own updater.

From the readme

Featured Image Block with Caption # Description ## This plugin adds the ability to show a caption in the Featured Image block via the same "Add caption" block toolbar button available on the Image block. Image captions must be edited in the Media Library. This is a prototype to implement gutenberg#40946. See writeup: Adding Caption & Lightbox to the Featured Image Block. Installation ## 1. Download the plugin ZIP from GitHub or if you have a local clone of the repo run npm run plugin-zip. 2. Visit Plugins Add New Plugin in the WordPress Admin. 3. Click Upload Plugin. 4. Select the featured-image-block-with-caption.zip file on your system from step 1 and click Install Now. 5. Click the Activate Plugin button. You may also install and update via Git Updater. Changelog ## 0.1.0 ### Initial release.

Read the full README on GitHub →