| Server IP : 145.239.37.162 / Your IP : 216.73.217.81 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/ |
Upload File : |
<?php get_header();?>
<div id="content_aeb">
<section id="verseau-1" class="intro-article">
<div class="container">
<h1><?php the_title(); ?></h1>
</div>
</section>
<section class="ariane">
<div class="container">
<div>
<?php
if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('
<p id="breadcrumbs">','</p>
');
}
?>
</div>
</div>
</section>
<section class="extrait-article">
<div class="container">
<div class="row">
<?php if (has_post_thumbnail()) : ?>
<?php the_post_thumbnail(); ?>
<?php endif; ?>
<div class="extrait">
<p><?= get_the_excerpt() ?></p>
</div>
</div>
</div>
</section>
<section class="article">
<div class="container">
<div class="row">
<div>
<?php the_content(); ?>
</div>
</div>
</div>
</section>
</div>
<?php get_footer(); ?>