![]() Server : LiteSpeed System : Linux premium84.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 : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/www/wp-content/themes/newsup/inc/ansar/hooks/blocks/ |
<?php $newsup_slider_category = newsup_get_option('select_slider_news_category'); $newsup_number_of_slides = newsup_get_option('number_of_slides'); $newsup_all_posts_main = newsup_get_posts($newsup_number_of_slides, $newsup_slider_category); $newsup_count = 1; if ($newsup_all_posts_main->have_posts()) : while ($newsup_all_posts_main->have_posts()) : $newsup_all_posts_main->the_post(); global $post; $newsup_url = newsup_get_freatured_image_url($post->ID, 'newsup-slider-full'); ?> <div class="item"> <div class="mg-blog-post lg back-img" <?php if (!empty($newsup_url)): ?> style="background-image: url('<?php echo esc_url($newsup_url); ?>');" <?php endif; ?>> <a class="link-div" href="<?php the_permalink(); ?>"> </a> <article class="bottom"> <?php echo newsup_post_format_type($post); newsup_post_categories(); ?> <h4 class="title"> <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h4> <?php newsup_post_meta(); ?> </article> </div> </div> <?php endwhile; endif; wp_reset_postdata(); ?>