Ok, thank you for your answer!
				
		
	 
	
	
		
	
		
	
		
		
	
	
		
		
			
		
	
	
		
		
		Ok, thank you, but I don’t see how can I write all this in my code. Do you have an article about that or a code exemple, maybe?
Thanks a lot
				
		
	 
	
	
		
	
		
	
		
		
	
	
		
		
			
		
	
	
		
		
		Thank you for your answer but the image doesn’t appear now and the link is related to an different article…
Do you know why?
I’m sorry but I’m a little bit slow to understand the functioning of all this.
				
		
	 
	
	
		
	
		
	
		
		
	
	
		
		
			
		
	
	
		
		
		Yeah, thanks, I saw that but it still isn’t working, it sends me to the current page…
I don’t know how to write the code right.
Here’s my code and I want to go the attachment page (the single page). Do you have an idea what can I do?
Thank you very much`
<?php 
$images = get_field('galerie_bd');
if( $images ): ?>
<ul class="rslides">
        <?php foreach( $images as $image ): ?>
            <li>
                <a href="<?php echo $image['url']; ?>">
                     <img src="<?php echo $image['url']; ? />" />
                </a>
                            </li>
        <?php endforeach; ?>
    </ul>
<?php endif; ?>