????JFIF??x?x????'
| Server IP : 104.21.30.238 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /././home/./tempvsty/pontiacques.org/wp-content/themes/slide/views/archive/ |
Upload File : |
<?php
/*
var:
$items_on_row
$item_count
*/
$has_right_padding = (0 == $item_count % $items_on_row) ? '' : ' has_right_padding';
$bg_img_url = "";
if (has_post_thumbnail()) {
$bg_img_url = get_the_post_thumbnail_url('', 'full');
}
?>
<div class="single_video_item<?php echo esc_attr($has_right_padding); ?>">
<a href="<?php the_permalink();?>">
<div class="video_image_container lc_swp_background_image" data-bgimage="<?php echo esc_url($bg_img_url); ?>">
<i class="fas fa-play lc_icon_play_video" aria-hidden="true"></i>
</div>
</a>
<div class="single_video_details">
<div class="video_cat_list">
<?php
if (has_term('', "video_category")) {
the_terms("", "video_category", '', ' ', '');
}
?>
</div>
<a href="<?php the_permalink(); ?>">
<h3 class="video_title transition3"> <?php the_title(); ?> </h3>
</a>
</div>
</div>