[lmt-post-modified-info]
3
People watching this product now!
DOWNLOAD PRODUCT FROM HERE:- [membership_download_product_links]
DOWNLOAD PRODUCT FROM HERE:- [membership_download_product_links]
The Advanced Custom Fields Gallery Field Addon provides a simple and intuitive interface for managing a collection of images.
₹ 150.00
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!
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.
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; ?>
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.
License Which licensing category does this showcased product belong to: Original or GPL? | |
---|---|
Product type What exactly is the displayed product? Is it a theme, a plugin, or something entirely different? | |
Brands \"We provide GPL versions sourced from the forefront of WordPress theme and plugin development! With offerings from renowned brands like ThemeForest, CodeCanyon, Elementor, the SEO juggernaut Rank Math, and the adaptable Astra Themes, elevate your website affordably and effortlessly.\" | |
Update How far into the future can you expect to receive complimentary updates for the product showcased on our product page? |
Only logged in customers who have purchased this product may leave a review.
No account yet?
Create an Account
Reviews
Clear filtersThere are no reviews yet.