| Server IP : 145.239.37.162 / Your IP : 216.73.216.51 Web Server : Apache System : Linux webm003.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaa ( 38250) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/v/e/r/verseaa/www/wp-content/themes/verseau/templates/ |
Upload File : |
<?php if (have_rows('exemple_presentation_short', 10)) : ?>
<?php while (have_rows('exemple_presentation_short', 10)) : the_row(); ?>
<section id="verseau-5">
<div class="container">
<div class="row">
<!-- <div class="bloc-2">
<div class="demarche-pictures"> -->
<div class="bloc-4">
<?php $image_1 = get_sub_field('image_1'); ?>
<?php if ($image_1) : ?>
<img src="<?php echo esc_url($image_1['url']); ?>" alt="<?php echo esc_attr($image_1['alt']); ?>" />
<?php endif; ?>
</div>
<div class="bloc-4">
<?php $image_2 = get_sub_field('image_2', 1); ?>
<?php if ($image_2) : ?>
<img src="<?php echo esc_url($image_2['url']); ?>" alt="<?php echo esc_attr($image_2['alt']); ?>" />
<?php endif; ?>
</div>
<!-- </div>
</div> -->
<div class="bloc-2">
<div class="demarche-text">
<h2><?php the_sub_field('titre_exemple_prestation_short'); ?></h2>
<p>
<?php the_sub_field('texte_exemple_prestation_short'); ?>
</p>
<?php $bouton_lien = get_sub_field('lien_exemple_prestation_short'); ?>
<?php if ($bouton_lien) : ?>
<a class="button" href="<?php echo esc_url($bouton_lien['url']); ?>" target="<?php echo esc_attr($bouton_lien['target']); ?>">
<?php echo esc_html($bouton_lien['title']); ?>
</a>
<?php endif; ?>
</div>
</div>
</div>
</div>
</section>
<?php endwhile; ?>
<?php endif; ?>