![]() 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 Category pages * * @link https://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"> <h1 class="page_title"><?php printf( esc_html__( 'Category: %s', 'beevent' ), single_cat_title( '', false ) ); ?></h1> <?php the_archive_description( '<div class="taxonomy-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();