This commit is contained in:
Rachit Bhargava
2024-01-10 11:53:33 -05:00
parent 83d223b0df
commit 054b4fffc9
16481 changed files with 0 additions and 3473867 deletions

View File

@@ -1,54 +0,0 @@
<?php
/**
* Template Name: Business Template
*
* Displays the Business Template of the theme.
*
* @package thbusiness
*/
get_header(); ?>
</div><!-- .row -->
</div><!-- .container -->
<?php
if( is_active_sidebar( 'thbusiness-business-top-sidebar' ) ) {
// Calling the business page top section sidebar if it exists.
if ( !dynamic_sidebar( 'thbusiness-business-top-sidebar' ) ):
endif;
} ?>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<?php
if( is_active_sidebar( 'thbusiness-business-left-sidebar' ) ) {
// Calling the business page left section sidebar if it exists.
if ( !dynamic_sidebar( 'thbusiness-business-left-sidebar' ) ):
endif;
} ?>
</div><!-- col-xs-12 col-sm-6 col-md-6 col-lg-6 -->
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<?php
if( is_active_sidebar( 'thbusiness-business-right-sidebar' ) ) {
// Calling the business page right section sidebar if it exists.
if ( !dynamic_sidebar( 'thbusiness-business-right-sidebar' ) ):
endif;
} ?>
</div><!-- col-xs-12 col-sm-6 col-md-6 col-lg-6 -->
</div><!-- .row -->
</div><!-- .container -->
<?php
if( is_active_sidebar( 'thbusiness-business-bottom-sidebar' ) ) {
// Calling the business page bottom sidebar if it exists.
if ( !dynamic_sidebar( 'thbusiness-business-bottom-sidebar' ) ):
endif;
} ?>
<div class="container">
<div class="row">
<?php get_footer(); ?>