Logo List Functionality

By Forrest Smith - Drempd.com

Creates a list of image logos, ideally spaced and responsive.

Image Examples

Image example

Including the File (WordPress)

require_once(get_template_directory().”/saphire-blocks/logo-list/logo-list.php”);

Using the Function

<?php
$data['Title'] = "Section Title Here";

$data['Image'][0]['Image'] = "image-path.jpg";
$data['Image'][0]['ImageTarget'] = "some-website.com";
$data['Image'][0]['ImageAltText'] = "Image Alternate Text";

$data['Image'][1]['Image'] = "image-path.jpg";
$data['Image'][1]['ImageTarget'] = "some-website.com";
$data['Image'][1]['ImageAltText'] = "Image Alternate Text";

Saphire_LogoList($data);
?>

Settings

$data[‘BackgroundColor’] Adds a background color to the section
$data[‘ClassWrapper’] Adds a class ot the wrapper