| 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(array('post__holder','featured-portrait',)); ?>>
<?php /* Top meta */ ?>
<header class="post-header">
<div class="featured-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', 'reading_time', 'views'), true, 'meta-space-top');
?>
<?php } ?>
</div>
</header>
<?php /* Top meta */ ?>
<div class="thumb-container">
<?php the_post_thumbnail( 'novablog-standard-large' ); ?>
</div>
<div class="post_content">
<?php
$full_content = novablog_getVariable( 'full_content' );
if(!is_singular() && $full_content!='yes') : ?>
<?php $post_excerpt = novablog_getVariable( 'post_excerpt' );
if ($post_excerpt=='yes') { ?>
<div class="excerpt">
<?php apply_filters('the_content', ''); ?>
<?php the_excerpt(); ?>
<?php $readmore_button = novablog_getVariable( 'readmore_button' );
if ($readmore_button=='yes') { ?>
<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 } else if ($post_excerpt=='') {
the_content();
wp_link_pages('before=<div class="pagelink">&after=</div>'); ?>
<?php } ?>
<?php else : ?>
<!-- Post Content -->
<?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>
<!-- //Post Content -->
<?php endif; ?>
<?php /* content */ ?>
</div>
<!-- Meta and share buttons -->
<div class="meta-line">
<?php get_template_part( 'post-template/share-buttons' ); ?>
</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>