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/single.php
<?php
/**
 * The template for displaying all single posts
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
 *
 * @package WordPress
 * @subpackage Twenty_Seventeen
 * @since 1.0
 * @version 1.0
 */

get_header(); 
$cat=$_REQUEST['cat'];
$Id_category=$_REQUEST['Id_category'];
?>
<?php while ( have_posts() ) : the_post(); ?>
<?php if(in_category(16)){?>
<section>
  <div class="section_box1_frame">
    <div class="container">
      <div class="title_nous_sommes wow fadeInDown" data-wow-duration='1s'><?php echo get_cat_name('12'); ?></div>
      <!--title_expert-->
      
      <!--box_derniers_nv-->
      <div class="box_derniers_nv">
        <div class="titre_derv_nv2"> <?php the_title(); ?></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 }else{ ?>
<section>
  <div class="section_box1_frame">
    <div class="container">
      <div class="title_nous_sommes02 wow fadeInDown" data-wow-duration='1s'><?php echo get_cat_name($cat); ?> > <?php echo get_cat_name($Id_category); ?> > <span> <?php the_title(); ?></div>
      <!--title_expert-->
      <div class="box_produits_frame">
        <div class="image_ambiance">
          <div class="img_academie"><img src="<?php echo get_field('image_ambiance'); ?>"></div>
        </div>
        <!--col-md-6 col-sm-6 col-xs-12-->
        <div class="detail_ambiance">
          <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 class="sl_code">
        <div class="titre_derv_nv2"><?php echo sol_color ; ?></div>
        <img src="<?php echo get_field('couleur_par_code'); ?>">
      </div>
      <!--sl_code-->
    </div>
    <!--container-->
  </div>
  <!--bloc_nous_sommes-->
</section>
<?php }?>
 <?php endwhile ; ?>
          <?php wp_reset_query(); ?>
<?php get_footer();