HEX
Server: Apache/2.2.22 (Debian)
System: Linux ns382018.ip-46-105-97.eu 3.14.32-xxxx-grs-ipv6-64 #9 SMP Thu Oct 20 14:53:52 CEST 2016 x86_64
User: web279 (5281)
PHP: 5.4.45-0+deb7u8
Disabled: NONE
Upload Files
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(); ?>