| Server IP : 213.186.33.4 / Your IP : 216.73.216.222 Web Server : Apache System : Linux webm005.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : karinebmkh ( 644538) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/karinebmkh/www2/wp-content/themes/novablog/ |
Upload File : |
<?php get_header();
$sidebar_width = novablog_getVariable('sidebar_width') ? novablog_getVariable('sidebar_width') : 'smaller';
switch ($sidebar_width) {
case 'bigger':
$sidebar_class = '4';
$main_class = '8';
break;
case 'smaller':
$sidebar_class = '3';
$main_class = '9';
break;
}
$sidebarpost = get_post_meta(get_the_ID(), 'novablog_sidebar_option', true);?>
<div class="content-holder clearfix">
<?php $novablog_standard_modern_layout = get_post_meta(get_the_ID(), 'novablog_standard_layout_format', true);
if ($novablog_standard_modern_layout == esc_html__('modern','novablog')) { ?>
<?php $enable_parallax = novablog_getVariable('enable_header_parallax')== 'yes' ? 'parallax-enabled' : 'parallax-disabled'; ?>
<div class="<?php echo esc_attr($enable_parallax);?> modern-layout parallax-image">
<div class="post-header-overlay"></div>
<div class="container"><div class="row">
<div class="col-md-12">
<section class="single-title-section">
<?php if (have_posts()) : while (have_posts()) : the_post();
get_template_part('post-template/post-meta-top'); endwhile; endif; ?></section></div></div></div></div>
<?php } ?>
<div class="container">
<div class="spacer"></div>
<div class="row">
<?php if ($sidebarpost=='1col') { ?>
<div class="col-md-12" id="content">
<?php get_template_part("loop/loop-single"); ?>
</div>
<?php }else{ ?>
<div class="<?php if ($sidebarpost=='2cr' or $sidebarpost==''){echo 'col-xs-12 col-sm-'.esc_attr( $main_class).' col-md-'.esc_attr( $main_class).'';}elseif ($sidebarpost=='2cl'){echo 'col-xs-12 col-sm-'.esc_attr( $main_class).' col-sm-push-'.esc_attr( $sidebar_class).' col-md-'.esc_attr( $main_class).' col-md-push-'.esc_attr( $sidebar_class).'';} ?>" id="content">
<?php get_template_part("loop/loop-single"); ?>
</div>
<div class="<?php if ($sidebarpost=='2cr' or $sidebarpost==''){echo 'col-xs-12 col-sm-'.esc_attr( $sidebar_class).' col-md-'.esc_attr( $sidebar_class).' sidebar';}elseif ($sidebarpost=='2cl'){echo 'col-xs-12 col-sm-'.esc_attr( $sidebar_class).' col-sm-pull-'.esc_attr( $main_class).' col-md-'.esc_attr( $sidebar_class).' col-md-pull-'.esc_attr( $main_class).' sidebar left';} ?>" id="sidebar">
<?php dynamic_sidebar("hs_main_sidebar"); ?>
</div>
<?php } ?>
</div>
</div>
</div>
<footer class="footer">
<?php get_template_part('wrapper/wrapper-footer'); ?>
</footer>
<?php get_footer(); ?>