innocode-digital/wp-block-cards

This package is abandoned and no longer maintained. The author suggests using the wp-digital/wp-block-cards package instead.

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

Installs: 61

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 10

Forks: 0

Open Issues: 0

Language:JavaScript

Type:wordpress-plugin

1.3.4 2023-06-22 11:50 UTC

This package is auto-updated.

Last update: 2023-06-22 11:51:23 UTC


README

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:

    composer require wp-digital/wp-block-cards
    
  • Alternate way is to clone this repo to wp-content/plugins/:

    cd wp-content/plugins/
    git clone git@github.com:wp-digital/wp-block-cards.git
    

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.