Two image by each slideshow (Image logo)
-
Hi everyone,
How can I use two images on each slideshow?
Example:
Image1 + Logo1 (First slideshow)
Image2 + Logo2 (Second slideshow)
Image3 + Logo3 (Third slideshow)I want this line of the code over the image.
<img src=”<?php print $row[‘logo’]; ?>” class=”logo-slideshow” />This is my code:
<?php
/*
* Loop through a Repeater field
*/$rows=get_field(‘slideshow’);
if($rows){
foreach($rows as $row){
?>-
“>
<img src=”<?=site_url()?>/thumb/ir.php?width=940&height=480&path=<? print str_replace(site_url(),”../”,$row[‘slide_image’]); ?>” class=”cubeHide” />
<div class=”label_text”></div>
<?
}
}
?>Thank you very much, I will appreciate your help.
-
“>
- The topic ‘Two image by each slideshow (Image logo)’ is closed to new replies.