![]() 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/askdragao.com/wp-content/themes/vw-sports/ |
<?php /** * The template for displaying all pages. * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site will use a * different template. * * @package VW Sports */ get_header(); ?> <?php do_action( 'vw_sports_page_top' ); ?> <main id="maincontent" class="middle-align pt-5" role="main"> <div class="container"> <?php $vw_sports_theme_lay = get_theme_mod( 'vw_sports_page_layout','One_Column'); if($vw_sports_theme_lay == 'One_Column'){ ?> <?php if(get_theme_mod('vw_sports_single_page_breadcrumb',true) == 1){ ?> <div class="bradcrumbs"> <?php vw_sports_the_breadcrumb(); ?> </div> <?php }?> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content-page'); endwhile; ?> <?php }else if($vw_sports_theme_lay == 'Right_Sidebar'){ ?> <div class="row"> <div class="col-lg-8 col-md-8"> <?php if(get_theme_mod('vw_sports_single_page_breadcrumb',true) == 1){ ?> <div class="bradcrumbs"> <?php vw_sports_the_breadcrumb(); ?> </div> <?php }?> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content-page'); endwhile; ?> </div> <div id="sidebar" class="col-lg-4 col-md-4"> <?php dynamic_sidebar('sidebar-2'); ?> </div> </div> <?php }else if($vw_sports_theme_lay == 'Left_Sidebar'){ ?> <div class="row"> <div id="sidebar" class="col-lg-4 col-md-4"> <?php dynamic_sidebar('sidebar-2'); ?> </div> <div class="col-lg-8 col-md-8"> <?php if(get_theme_mod('vw_sports_single_page_breadcrumb',true) == 1){ ?> <div class="bradcrumbs"> <?php vw_sports_the_breadcrumb(); ?> </div> <?php }?> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content-page'); endwhile; ?> </div> </div> <?php }else {?> <div class="row"> <div class="col-lg-8 col-md-8"> <?php if(get_theme_mod('vw_sports_single_page_breadcrumb',true) == 1){ ?> <div class="bradcrumbs"> <?php vw_sports_the_breadcrumb(); ?> </div> <?php }?> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content-page'); endwhile; ?> </div> <div id="sidebar" class="col-lg-4 col-md-4"> <?php dynamic_sidebar('sidebar-2'); ?> </div> </div> <?php } ?> </div> </main> <?php do_action( 'vw_sports_page_bottom' ); ?> <?php get_footer(); ?>