| Server IP : 146.59.209.152 / Your IP : 216.73.216.152 Web Server : Apache System : Linux webm009.cluster131.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 : monpetu ( 144298) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/monpetu/www/leoreno.fr/wp-content/themes/buildexo/templates/blog-single/ |
Upload File : |
<?php
/**
* Single Post meta File.
*
* @package TURNER
* @author ThemeXriver
* @version 1.0
*/
?>
<?php if ( $options->get( 'single_date' ) ) : ?>
<span class="post-date"><a href="<?php echo get_day_link( get_the_time( 'Y' ), get_the_time( 'm' ), get_the_time( 'd' ) ); ?>"><i class="fa fa-clock-o"></i> <?php echo get_the_date( 'F j,' ) . ' ' . get_the_date( ' Y' ); ?></a></span>
<?php endif; ?>
<ul class="likes">
<?php if ( $options->get( 'single_likes' ) ) : ?>
<li>
<?php turner_template_load( 'templates/like.php', compact( 'data' ) ); ?>
</li>
<?php endif; ?>
<?php if ( $options->get( 'single_comments' ) ) : ?>
<li><a href="#comments"><i class="fa fa-comments-o"></i><?php comments_number( '0', '1', '%' ); ?></a></li>
<?php endif; ?>
</ul>
<?php if ( $options->get( 'show_single_sharing' ) && $social ) : ?>
<ul class="social-media">
<?php foreach ( $social as $k => $v ) {
if ( $v == '' ) {
continue;
} ?>
<?php do_action('turner_social_share_output', $k ); ?>
<?php } ?>
</ul>
<?php endif; ?>