Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.
/ faf-wall Public archive

Wordpress plugin for image walls based on freewall

License

Notifications You must be signed in to change notification settings

fafiebig/faf-wall

Repository files navigation

DEPRECATED - DO NOT USE IT ANY LONGER!

faf-wall

Wordpress Plugin for Image Walls. Show image galleries as responsive wall.

VNJS Freewall

Installation

  • Unzip and upload the plugin to the /wp-content/plugins/ directory
  • Activate the plugin in WordPress
  • Use the editor button or [wall images="ids of images"] to show as wall.

Installation with composer

  • Add the repo to your composer.json
"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/fafiebig/faf-wall.git"
    }
],
  • require the package with composer
composer require fafiebig/faf-wall 1.*