$thumbnail_sidebar_1 = get_post_meta( $post->ID, 'yc_page_thumbnail_sidebar_1_content', true );
?>
-<div class="motopress-wrapper content-holder clearfix">
+<div class="motopress-wrapper content-holder clearfix" style="padding-bottom: 0">
<div class="container-fluid container-fluid-couzy">
<div class="row-fluid">
<div class="<?php echo apply_filters( 'cherry_home_layout', 'span12' ); ?>" data-motopress-type="static" data-motopress-static-file="static/static-slider.php">
</div>
</div>
</div>
+ <div class="container-fluid container-fluid-couzy container-gallery" style="margin-top: 20px;padding-bottom: 300px">
+ <div class="container container-couzy">
+ <div class="container-fluid container-fluid-couzy">
+ <div class="row-fluid">
+ <h1>Galerie</h1>
+ <?php echo do_shortcode('[wonderplugin_gallery id="2"]'); ?>
+ </div>
+ </div>
+ </div>
+ </div>
</div>
<?php get_footer(); ?>
\ No newline at end of file
<IfModule mod_rewrite.c>
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
+
+ RewriteCond %{HTTP_HOST} www.pavillonmadeleine.fr
+ RewriteRule ^(.*)$ https://www.lepavillondacote.fr/$1 [R=301,L]
</IfModule>
# BEGIN W3TC Browser Cache
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
-
-RewriteCond %{HTTP_HOST} www.pavillonmadeleine.fr [OR]
-RewriteCond %{HTTP_HOST} pavillonmadeleine.fr
-RewriteRule ^(.*)$ https://www.lepavillondacote.fr/$1 [R=301,L]
-
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d