????JFIF??x?x????'
Server IP : 104.21.96.1 / 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/ |
Upload File : |
<?php get_header(); ?> <?php $container_class = 'lc_content_full photo_gallery_container lc_swp_boxed'; $single_item_template = "views/archive/gallery_item"; $items_on_row = 3; set_query_var('lc_masonry_brick_class', 'lc_blog_masonry_brick brick3'); set_query_var('is_cpt_archive', true); if (have_posts()) { $item_count = 0; ?> <div class="<?php echo esc_attr($container_class); ?>"> <div class="blog-brick-size brick3"></div> <?php while (have_posts()) : the_post(); $item_order = $item_count % $items_on_row; if (0 == $item_order) { ?> <div class="photo_gallery_row clearfix"> <?php } set_query_var('item_order', $item_order); set_query_var('items_on_row', $items_on_row); get_template_part($single_item_template); if (($items_on_row - 1) == $item_order) { ?> </div> <?php } $item_count++; endwhile; ?> </div> <?php } ?> <?php get_footer(); ?>