Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wp-digital/wp-block-logos

List of logos with links.
https://github.com/wp-digital/wp-block-logos

block gutenberg-blocks logos wordpress-plugin

Last synced: about 2 months ago
JSON representation

List of logos with links.

Awesome Lists containing this project

README

        

# Logos Block

### Description

List of logos with links.

### Demo

[Logos Block](https://demo.wpd.digital/logos-block/)

### Install

- Preferable way is to use [Composer](https://getcomposer.org/):

````
composer require wp-digital/wp-block-logos
````

- Alternate way is to clone this repo to `wp-content/plugins/`:

````
cd wp-content/plugins/
git clone [email protected]:wp-digital/wp-block-logos.git
````

Activate **Logos Block** with [WP-CLI](https://make.wordpress.org/cli/handbook/)
`wp plugin activate wp-block-logos` or from **Plugins** page.