| Server IP : 46.105.57.169 / Your IP : 216.73.216.67 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/blueversion/wp-content/themes/freeio/template-posts/single/ |
Upload File : |
<?php
$post_format = get_post_format();
global $post;
?>
<div class="entry-content-detail header-info-blog">
<div class="header-info-blog-inner <?php echo esc_attr( (has_post_thumbnail()) ? '':'position-static' ); ?>">
<?php if (get_the_title()) { ?>
<h1 class="detail-title">
<?php the_title(); ?>
</h1>
<?php } ?>
<div class="d-flex align-items-center top-detail-info flex-wrap">
<div class="author">
<a class="d-flex align-items-center" href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>">
<span class="avatar-img">
<?php echo freeio_get_avatar( get_the_author_meta( 'ID' ),40 ); ?>
</span>
<?php echo get_the_author(); ?>
</a>
</div>
<?php freeio_post_categories($post); ?>
<div class="date">
<?php the_time( get_option('date_format', 'd M, Y') ); ?>
</div>
</div>
</div>
<?php if(has_post_thumbnail()) { ?>
<div class="entry-thumb">
<?php
$thumb = freeio_post_thumbnail();
echo trim($thumb);
?>
</div>
<?php } ?>
</div>