![]() 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/confenda.com/wp-content/themes/beevent/ |
<?php /** * The template for displaying Archive pages. * * Used to display archive-type pages if nothing more specific matches a query. * * If you'd like to further customize these archive views, you may create a * has tag.php for Tag archives, category.php for Category archives, and * * Learn more: http://codex.wordpress.org/Template_Hierarchy * * @package WordPress * @subpackage beevent * @since beevent 4.1 */ get_header(); if ( have_posts() ) : ?> <!-- Banners --> <section class="inner-pages text-center" style="background:url(<?php beevent_InnerHeader();?>)"> <div class="container"> <div class="white_text div_zindex"> <?php the_archive_title( '<h1 class="page_title">', '</h1>' ); the_archive_description( '<div class="archive-description">', '</div>' ); ?> </div> </div> <div class="dark-overlay"></div> </section> <!-- /Banners --> <!-- Our Articles --> <section class="our_articles"> <div class="container"> <div class="row"> <?php beevent_BlogStyle(); ?> </div> </div> </section> <!-- /Our Articles --> <?php endif; get_footer();