????JFIF??x?x????'
Server IP : 104.21.112.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 $items_on_row = 4; $single_item_template = "views/archive/artist_item"; $item_count = 0; $archive_nav_classes = "blog_standard_nav discography_post_nav"; $container_class = 'lc_content_full lc_basic_content_padding'; if (4 == $items_on_row) { $container_class .= " lc_swp_boxed"; $archive_nav_classes .= " lc_swp_boxed"; } else { $container_class .= " lc_swp_full"; $archive_nav_classes .= " lc_swp_full"; } set_query_var('lc_masonry_brick_class', 'lc_blog_masonry_brick brick3'); set_query_var('is_cpt_archive', true); $term_desc = term_description(); if (strlen($term_desc)) { ?> <div class="slide-artist-cat-desc lc_swp_boxed"> <?php echo wp_kses_post(term_description()); ?> </div> <?php } if (have_posts()) { ?> <div class="<?php echo esc_attr($container_class); ?>"> <div class="albums_container artists_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> <?php } ?> <?php get_footer(); ?>