| 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/post-template/ |
Upload File : |
<?php
if(!has_post_format( array('quote','link'))){
get_template_part('post-template/post-thumb-masonry');
} ?>
<article id="post-<?php the_ID(); ?>" <?php post_class(array('post__holder','masonry-posts')); ?>>
<?php /* Top meta */ ?>
<?php
if(!has_post_format('link')){ ?>
<header class="post-header">
<?php novablog_post_category('',' '); ?>
<?php if(!has_post_format('quote')){ ?>
<?php if(!is_singular()) : ?>
<h2 class="post-title"><a href="<?php esc_url(the_permalink()); ?>" title="<?php esc_attr(the_title()); ?>"><?php esc_attr(the_title()); ?></a></h2>
<?php else :?>
<h1 class="post-title"><?php esc_attr(the_title()); ?></h1>
<?php endif; ?>
<?php
novablog_post_meta(array('author', 'date', 'comments', 'views'), true, 'meta-space-top');
?>
<?php } ?>
</header>
<?php } ?>
<?php /* Top meta */ ?>
<!-- Post Content -->
<?php
$full_content = novablog_getVariable( 'full_content' );
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('before=<div class="pagelink">&after=</div>'); ?>
<?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('before=<div class="pagelink">&after=</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 } ?>
<!-- //Post Content -->
<?php endif; ?>
<?php /* content */ ?>
<!-- Meta and share buttons -->
<?php
if(!has_post_format('link')){
get_template_part( 'post-template/share-buttons' );
} ?>
<!-- //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>