10 People watching this product now!
Advanced Custom Fields Flexible Content Addon v2.1.0 Original price was: 4.99$.Current price is: 2.99$.
Back to products
Advanced Custom Fields Options Page Addon v2.1.0 Original price was: 4.99$.Current price is: 2.99$.

Advanced Custom Fields Gallery Field Addon v2.1.0

Original price was: 4.99$.Current price is: 2.99$.

SKU: 6 7 5 8 2 Category:

Entaro Theme GPL v3.32 – Job Portal WordPress Websites

Original price was: 59.00$.Current price is: 2.99$.
Entaro Theme GPL – is designed for job sites or larger sites requiring a job board. It is a content-driven job

AffiliateWP REST API Extended Addon GPL v1.2.1

Original price was: 4.99$.Current price is: 2.99$.
AffiliateWP REST API Extended Addon GPL – includes a full read-only RESTful API that allows developers and external applications to interact

EDD Checkout Fields Manager Addon GPL v2.2.1- Easy Digital Downloads

Original price was: 59.00$.Current price is: 3.49$.
EDD Checkout Fields Manager Addon GPL – EDD Checkout Fields Manager Addon to easily add new text fields, drop-downs, file upload

Cryptlight Theme GPL v1.1.5 – ICO Landing Page WordPress Theme

Original price was: 59.00$.Current price is: 2.99$.
Cryptlight Theme GPL is perfect for ICO Agencies and Cryptocurrency Investment companies when they want to launch a new ICO

The Advanced Custom Fields Gallery Field Addon provides a simple and intuitive interface for managing a collection of images.

  • 1 Year Free Update.
  • No hidden charges.
  • 100% secure and verified downloads.
  • Unlimited Domain Usage
  • One-click instant downloads.
  • We Purchase And Download From Original Authors

The Advanced Custom Fields Gallery Field Addon provides a simple and intuitive interface for managing a collection of images.

Multiple images can be added, edited and sorted with ease!

Template usage

The gallery field will return an array of image data. Each image is itself an array containing information such as title, alt, description, url and more.

Basic list of images

This example will loop over the selected images and display a list of thumbnails which each link to the full size image

<?php 

$images = get_field('gallery');

if( $images ): ?>
    <ul>
        <?php foreach( $images as $image ): ?>
            <li>
                <a href="<?php echo $image['url']; ?>">
                     <img src="<?php echo $image['sizes']['thumbnail']; ?>" alt="<?php echo $image['alt']; ?>" />
                </a>
                <p><?php echo $image['caption']; ?></p>
            </li>
        <?php endforeach; ?>
    </ul>
<?php endif; ?>

Installation

Advanced Custom Fields PRO

The Gallery Field can be installed by purchasing a license for Advanced Custom Fields PRO. On payment, you will receive a receipt from Advanced Custom Fields PRO and a user account allowing access to your downloads. Once Advanced Custom Fields PRO is installed, enter your license key to enable plugin updates.

RELATED PRODUCTS