| 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/inc/templates/loop/ |
Upload File : |
<?php
$image_id = get_post_thumbnail_id();
$image_link = wp_get_attachment_image_src($image_id,'thevoux-widget-2x');
$figure_classes[] = 'figure';
?>
<li itemscope itemtype="http://schema.org/Article" <?php post_class('post listing listing-style2'); ?>>
<figure class="bg-figure" style="background-image: url(<?php echo esc_attr($image_link[0]); ?>)"></figure>
<div class="listing_content">
<header class="post-title entry-header">
<?php the_title('<h6 class="entry-title" itemprop="name headline"><a href="'.get_permalink().'" title="'.the_title_attribute("echo=0").'">', '</a></h6>'); ?>
</header>
<?php do_action('thb_PostMeta'); ?>
</div>
<?php get_template_part( 'inc/templates/postbits/post-just-shares' ); ?>
</li>