| 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 : |
<article id="post-<?php the_ID(); ?>" <?php post_class('post__holder'); ?>>
<?php novablog_formaticons(); ?>
<div class="row">
<div class="col-md-12">
<?php
get_template_part('post-template/post-meta-top'); ?>
<?php $blog_sidebar_pos = novablog_getVariable('blog_sidebar_pos');
?>
<!-- Post Content -->
<div class="post_content">
<?php if((has_post_format('gallery'))) : ?>
<?php get_template_part('post-template/gallery'); ?>
<?php elseif(has_post_format('audio')) : ?>
<?php get_template_part('post-template/audio'); ?>
<?php elseif(has_post_format('video')) : ?>
<?php get_template_part('post-template/video'); ?>
<?php elseif(has_post_format( array('quote','link'))) : ?>
<?php ?>
<?php else : ?>
<?php get_template_part('post-template/post-thumb'); ?>
<?php endif; ?>
<?php
$full_content = novablog_getVariable( 'full_content' ) ? novablog_getVariable( 'full_content' ) : 'yes';
if(!is_singular() && $full_content!='yes') : ?>
<?php if(!has_post_format( array('quote','link'))){ ?>
<div class="isopad">
<?php $post_excerpt = novablog_getVariable( 'post_excerpt' );
if ($post_excerpt=='yes') { ?>
<div class="excerpt">
<?php apply_filters('the_content', ''); ?>
<?php the_excerpt(); ?>
</div>
<?php } else if ($post_excerpt=='') {
the_content();
wp_link_pages( array(
'before' => '<div class="pagelink"><span class="page-links-title">' . esc_html__( 'Pages:', 'novablog' ) . '</span>',
'after' => '</div>',
'link_before' => '<span>',
'link_after' => '</span>',
'pagelink' => '<span class="screen-reader-text">' . esc_html__( 'Page', 'novablog' ) . ' </span>%',
'separator' => '<span class="screen-reader-text">, </span>',
) ); ?>
<?php } ?>
<?php $readmore_button = novablog_getVariable( 'readmore_button' );
if ($readmore_button=='yes') { ?>
<div class="clear"></div>
<div class="viewpost-button"><a class="button" href="<?php esc_url(the_permalink()) ?>"><span><?php echo theme_locals("continue_reading"); ?></span></a></div>
<div class="clear"></div>
<?php } ?>
</div>
<?php } ?>
<?php if(has_post_format('quote')){
get_template_part('post-template/quote');
} ?>
<?php if(has_post_format('link')){
get_template_part('post-template/link');
} ?>
<?php else : ?>
<!-- Post Content -->
<?php if(has_post_format('quote')){
get_template_part('post-template/quote');
}elseif(has_post_format('link')){
get_template_part('post-template/link');
}else{ ?>
<div class="isopad">
<?php the_content(); ?>
<?php wp_link_pages( array(
'before' => '<div class="pagelink"><span class="page-links-title">' . esc_html__( 'Pages:', 'novablog' ) . '</span>',
'after' => '</div>',
'link_before' => '<span>',
'link_after' => '</span>',
'pagelink' => '<span class="screen-reader-text">' . esc_html__( 'Page', 'novablog' ) . ' </span>%',
'separator' => '<span class="screen-reader-text">, </span>',
) ); ?>
<div class="clear"></div>
<?php if(novablog_getVariable('post_tag') != 'no'){ ?>
<span class="tagcloud">
<?php
if(get_the_tags()){
the_tags('', '');
} else {
echo theme_locals('has_not_tags');
}
?>
</span>
<?php
} ?>
<div class="clear"></div>
</div>
<?php } ?>
<?php endif; ?>
</div>
<!-- Meta and share buttons -->
<?php
if(!has_post_format('link')){
get_template_part( 'post-template/share-buttons' );
} ?>
</div></div>
<!-- //Meta and share buttons -->
<?php if(is_singular() && novablog_getVariable('post_author_box')!='no' && get_the_author_meta( 'description' ) ) {
get_template_part('post-template/post-author'); } ?>
</article>