????JFIF??x?x????'
Server IP : 104.21.16.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 lc_swp_boxed lc_basic_content_padding'; $single_item_template = "views/archive/video_item"; $items_on_row = 2; $item_count = 0; if (have_posts()) { ?> <div class="<?php echo esc_attr($container_class); ?>"> <div class="videos_container clearfix"> <?php while (have_posts()) : the_post(); $item_count++; set_query_var('items_on_row', $items_on_row); set_query_var('item_count', $item_count); get_template_part($single_item_template); endwhile; ?> </div> <div class="page_navigation video_tax_pnav clearfix"> <span class="page_nav_item nav_item_prev swp_slide_link"> <?php next_posts_link('Older videos'); ?> </span> <span class="page_nav_item nav_item_next swp_slide_link"> <?php previous_posts_link('Newer videos'); ?> </span> </div> </div> <?php } ?> <?php get_footer(); ?>