![]() 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 /** * Main template file * * This is the most generic template file in a WordPress theme * and one of the two required files for a theme (the other being style.css). * It is used to display a page when nothing more specific matches a query. * E.g., it puts together the home page when no home.php file exists. * Learn more: http://codex.wordpress.org/Template_Hierarchy * @package WordPress * @subpackage beevent * @since beevent 4.1 */ get_header(); ?> <!-- Banners --> <section class="inner-pages text-center" style="background:url(<?php beevent_InnerHeader();?> )"> <div class="container"> <div class="white_text div_zindex"> <?php $blogtitle = beevent_get_option('blog-page-title'); if(!empty($blogtitle)) : ?> <h1 class="page_title"><?php echo esc_html($blogtitle); ?></h1> <?php endif; ?> </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 get_footer();