Support

Account

Forum Replies Created

  • I’m having the same problem, but with the

     <?php 
    
            $images = get_field('clients_home');
            $size = 'full'; // (thumbnail, medium, large, full or custom size)
    
           
                
                   foreach( $images as $image ): ?>
                        
                          <?php echo wp_get_attachment_image( $image['ID'], $size ); ?>
                        
                    <?php endforeach; ?>
                </ul>
            

    – the li doesn’t even appear on the html – this happens after several loops. All the loops are closed with the <?php wp_reset_postdata(); ?>.

    Any help?

Viewing 1 post (of 1 total)