| Server IP : 89.248.107.232 / Your IP : 216.73.217.70 Web Server : Apache System : Linux host2.kasilh.com 5.14.0-687.36.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 7 05:40:49 EDT 2026 x86_64 User : seg ( 10005) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/seg-sa.es/fincasandoval.com/httpdocs/wp-content/themes/book-lite/ |
Upload File : |
<?php /** * The Footer widget areas. */ ?> <?php /* The footer widget area is triggered if any of the areas * have widgets. So let's check that first. * * If none of the sidebars have widgets, then let's bail early. */ if ( ! is_active_sidebar( 'footer-1' ) && ! is_active_sidebar( 'footer-2' ) && ! is_active_sidebar( 'footer-3' ) ) return; // If we get this far, we have widgets. Let do this. ?> <div id="supplementary"> <?php if ( is_active_sidebar( 'footer-1' ) ) : ?> <div id="first" class="widget-area" role="complementary"> <?php dynamic_sidebar( 'footer-1' ); ?> </div><!-- #first .widget-area --> <?php endif; ?> <?php if ( is_active_sidebar( 'footer-2' ) ) : ?> <div id="second" class="widget-area" role="complementary"> <?php dynamic_sidebar( 'footer-2' ); ?> </div><!-- #second .widget-area --> <?php endif; ?> <?php if ( is_active_sidebar( 'footer-3' ) ) : ?> <div id="third" class="widget-area" role="complementary"> <?php dynamic_sidebar( 'footer-3' ); ?> </div><!-- #third .widget-area --> <?php endif; ?> </div><!-- #supplementary -->