Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 839 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 839 Bytes

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:

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

    cd wp-content/plugins/
    git clone [email protected]: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.