File: /var/www/clients/client0/web279/web/MTDrubik/themes/twentyseventeen/page-qui-somme-nous.php
<?php
/**
* Template Name: qui sommes nous
* Description: Used as a page template to show page contents, followed by a loop through a CPT archive
*/
get_header();
?>
<?php while ( have_posts() ) : the_post(); ?>
<section>
<div class="section_box1_frame">
<div class="container">
<div class="title_nous_sommes wow fadeInDown" data-wow-duration='1s'><?php echo The_society; ?> rubik design</div>
<!--title_expert-->
<!--box_derniers_nv-->
<div class="box_derniers_nv">
<div class="titre_derv_nv2"><?php echo get_field('titre'); ?></div>
<div class="col-md-6 col-sm-6 col-xs-12 paddleftnull">
<div class="img_academie"><img src="<?php echo wp_get_attachment_url( get_post_thumbnail_id($post->ID)); ?>"></div>
</div>
<!--col-md-6 col-sm-6 col-xs-12-->
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="desc_academie">
<?php the_content(); ?>
</div>
<!--desc_academie-->
</div>
<!--col-md-6 col-sm-6 col-xs-12-->
<div class="clear"></div>
</div>
<!--box_derniers_nv-->
</div>
<!--container-->
</div>
<!--bloc_nous_sommes-->
</section>
<?php endwhile; ?>
<?php wp_reset_query(); ?>
<?php get_footer(); ?>