| 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/thevoux-wp/ |
Upload File : |
<?php get_header(); ?>
<div class="post-detail-row attachment-page">
<div class="row">
<div class="small-12 medium-12 large-12 columns">
<article itemscope itemtype="http://schema.org/BlogPosting" <?php post_class('post post-detail'); ?> id="post-<?php the_ID(); ?>" data-id="<?php the_ID(); ?>" data-url="<?php the_permalink(); ?>">
<header class="post-title entry-header">
<?php the_title('<h1 class="entry-title" itemprop="headline">', '</h1>'); ?>
</header>
<aside class="post-author">
<time class="time" datetime="<?php echo esc_attr( get_the_date( 'c' ) ); ?>"><?php echo thb_human_time_diff_enhanced(); ?></time> <em><?php _e('by', 'thevoux'); ?></em> <?php the_author_posts_link(); ?>
</aside>
<?php do_action('thb_social_article_detail', false, true, 'show-for-medium'); ?>
<div class="post-content-container">
<div class="post-content entry-content cf">
<?php echo wp_get_attachment_image($attachment_id, $size='original', $icon=false); ?>
</div>
</div>
<?php do_action('thb_social_article_detail', false, false, 'hide-for-medium'); ?>
</article>
</div>
</div>
</div>
<?php get_footer(); ?>