| Server IP : 104.21.73.115 / Your IP : 216.73.217.154 Web Server : Apache System : Linux vps42439 6.8.0-136-generic #136~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 3 16:29:11 UTC x86_64 User : dh_7hi3h9 ( 6349477) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/dh_7hi3h9/regalflower.com/wp-content/themes/ecode...../ |
Upload File : |
<?php
/**
* The Footer Sidebar
*
* @package WordPress
* @subpackage TemplateMela
* @since TemplateMela 1.0
*/
if ( !is_active_sidebar( 'first-footer-widget-area' )
&& ! is_active_sidebar( 'second-footer-widget-area' )
&& ! is_active_sidebar( 'third-footer-widget-area' )
&& ! is_active_sidebar( 'fourth-footer-widget-area' )
)
{
return;
}
?>
<div id="footer-widget-area">
<?php if ( is_active_sidebar( 'first-footer-widget-area' ) ) : ?>
<div id="first" class="first-widget footer-widget">
<?php dynamic_sidebar( 'first-footer-widget-area' ); ?>
</div>
<!-- #first .widget-area -->
<?php endif; ?>
<?php if ( is_active_sidebar( 'second-footer-widget-area' ) ) : ?>
<div id="second" class="second-widget footer-widget">
<?php dynamic_sidebar( 'second-footer-widget-area' ); ?>
</div>
<!-- #second .widget-area -->
<?php endif; ?>
<?php if ( is_active_sidebar( 'third-footer-widget-area' ) ) : ?>
<div id="third" class="third-widget footer-widget">
<?php dynamic_sidebar( 'third-footer-widget-area' ); ?>
</div>
<!-- #third .widget-area -->
<?php endif; ?>
<?php if ( is_active_sidebar( 'fourth-footer-widget-area' ) ) : ?>
<div id="fourth" class="fourth-widget footer-widget">
<?php dynamic_sidebar( 'fourth-footer-widget-area' ); ?>
</div>
<!-- #fourth .widget-area -->
<?php endif; ?>
</div>