| 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(novablog_getVariable('featured_images') =='featured3') {
}else{
if(!is_singular() && novablog_getVariable('featured_images') =='featured2' || !is_singular() && novablog_getVariable('featured_images') =='featured1' || !is_singular() && novablog_getVariable('featured_images') =='') {
?>
<?php if(has_post_thumbnail()) { ?>
<figure class="featured-thumbnail thumbnail large">
<?php novablog_pinterest_share(); ?>
<?php if(has_post_format('image')) {
$src = wp_get_attachment_image_src( get_post_thumbnail_id(get_the_ID()), 'full', false, '' );
?>
<a class="image-popup-no-margins" href="<?php echo esc_url($src[0]); ?>" title="<?php esc_attr(the_title()); ?>">
<?php the_post_thumbnail( 'novablog-standard-post' ); ?>
</a>
<?php }else{ ?>
<a href="<?php esc_url(the_permalink()); ?>" title="<?php esc_attr(the_title()); ?>">
<?php if(has_post_format('video')){
echo '<div class="cover-video"></div>';
} ?>
<?php the_post_thumbnail( 'novablog-standard-post' ); ?>
</a>
<?php } ?>
</figure>
<?php } ?>
<?php } ?>
<?php if((is_singular() && novablog_getVariable('featured_images') =='featured1') or (is_singular() && novablog_getVariable('featured_images') =='') ) { ?>
<?php if(has_post_thumbnail()) { ?>
<figure class="featured-thumbnail thumbnail large">
<?php novablog_pinterest_share(); ?>
<?php the_post_thumbnail( 'novablog-standard-large' ); ?>
</figure>
<?php
}
}
}
?>