Advanced Custom Fields Gallery Field Addon v2.1.0

Sale!
  • 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

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

SKU 9 3 5 1 8 Category

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.

The 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.

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

1st Membership

Monthly Subscription
$ 14
99
Monthly
  • Download All Themes & Plugins
  • Daily Updates
  • Access to New AiSS Products
  • Direct Download Links
  • Unlimited Domain Usage
  • Faster Download Speed
  • Priority Email,Whatsapp Support
  • Monthly Renewal
  • Daily 10 Downloads
  • Separate Download Area
HOT

Golden Membership

Quarterly subscription
$ 34
99
Quarterly
  • Download All Themes & Plugins
  • Daily Updates
  • 1 Original License Free
  • Access to New AiSS Products
  • Direct Download Links
  • Unlimited Domain Usage
  • Priority Email,Whatsapp Support
  • Renew Every 3 Month
  • Daily 15 Downloads
  • Seperate Download Area
Popular

Diamond Membership

Annual subscription
$ 149
99
Annually
  • Download All Themes & Plugins
  • Daily Updates
  • 2 Original License Free
  • Access to New AiSS Products
  • Direct Download Links
  • Unlimited Domain Usage
  • Priority Email,Whatsapp Support
  • Renew after 1 year
  • Daily 15 Downloads
  • Free Canva Premium Account
HOT
Shopping Cart
Scroll to Top