WP Manifestindependent plugin directory
manifest / editor / wp-block-cards

Cards Block

Grid or carousel with card blocks which have an image, title, description and link.

by SMFB Dinamo · github.com/wp-digital/wp-block-cards · website

1stars
77composer installs
1forks

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/wp-digital/wp-block-cards/archive/refs/heads/main.zip

Also on Packagist as wp-digital/wp-block-cards:

composer require wp-digital/wp-block-cards

From the readme

Cards Block Description Grid or carousel with card blocks which have an image, title, description and link. Demo Cards Block Install - Preferable way is to use Composer: - Alternate way is to clone this repo to wp-content/plugins/: Activate Cards Block with WP-CLI wp plugin activate wp-block-cards or from Plugins page. Documentation There are few hooks in container and card constants which give a possibility to customize behaviour a bit.

Read the full README on GitHub →