PATH:
home
/
sarkas88.com
/
public_html
/
wp-content
/
themes
/
consultstreet
<?php /** * The sidebar containing the footer widget area * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package consultstreet */ if ( ! is_active_sidebar( 'footer-sidebar-one' ) && ! is_active_sidebar( 'footer-sidebar-two' ) && ! is_active_sidebar( 'footer-sidebar-three' ) && ! is_active_sidebar( 'footer-sidebar-four' ) ) { return; } // call the footer-one sidebar. if ( is_active_sidebar( 'footer-sidebar-one' ) ) : ?> <div class="col-lg-3 col-md-6 col-sm-12"> <?php dynamic_sidebar( 'footer-sidebar-one' ); ?> </div> <?php endif; ?> <?php // call the footer-two sidebar. if ( is_active_sidebar( 'footer-sidebar-two' ) ) : ?> <div class="col-lg-3 col-md-6 col-sm-12"> <?php dynamic_sidebar( 'footer-sidebar-two' ); ?> </div> <?php endif; ?> <?php // call the footer-three sidebar. if ( is_active_sidebar( 'footer-sidebar-three' ) ) : ?> <div class="col-lg-3 col-md-6 col-sm-12"> <?php dynamic_sidebar( 'footer-sidebar-three' ); ?> </div> <?php endif; ?> <?php // call the footer-four sidebar. if ( is_active_sidebar( 'footer-sidebar-four' ) ) : ?> <div class="col-lg-3 col-md-6 col-sm-12"> <?php dynamic_sidebar( 'footer-sidebar-four' ); ?> </div> <?php endif; ?>
[-] archive.php
[open]
[+]
assets
[-] sidebar-footer.php
[open]
[-] sidebar-woocommerce.php
[open]
[-] search.php
[open]
[-] footer.php
[open]
[+]
languages
[-] license.txt
[open]
[-] index.php
[open]
[-] 404.php
[open]
[+]
template-parts
[-] single.php
[open]
[-] sidebar.php
[open]
[-] woocommerce.php
[open]
[-] header.php
[open]
[+]
page-templates
[+]
inc
[-] functions.php
[open]
[-] comments.php
[open]
[-] page.php
[open]
[-] searchform.php
[open]
[+]
..
[-] style.css
[open]
[-] screenshot.png
[open]
[-] readme.txt
[open]