Server IP : 66.29.132.124 / Your IP : 18.224.57.25 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/misswavenigeria.com/wp-content/themes/siteorigin-corp/ |
Upload File : |
<?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after. * * @see https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @license GPL 2.0 */ ?> </div><!-- .corp-container --> </div><!-- #content --> <?php if ( siteorigin_page_setting( 'footer', true ) ) { do_action( 'siteorigin_corp_footer_before' ); ?> <footer id="colophon" class="site-footer"> <?php do_action( 'siteorigin_corp_footer_top' ); ?> <?php if ( siteorigin_page_setting( 'footer_widgets' ) ) { ?> <div class="corp-container"> <?php if ( is_active_sidebar( 'sidebar-footer' ) ) { $corp_sidebars = wp_get_sidebars_widgets(); ?> <div class="widgets widgets-<?php echo count( $corp_sidebars['sidebar-footer'] ); ?>" aria-label="<?php esc_attr_e( 'Footer Widgets', 'siteorigin-corp' ); ?>"> <?php dynamic_sidebar( 'sidebar-footer' ); ?> </div> <?php } ?> </div><!-- .corp-container --> <?php } ?> <div class="bottom-bar"> <div class="corp-container"> <div class="site-info"> <?php siteorigin_corp_footer_text(); if ( function_exists( 'the_privacy_policy_link' ) && siteorigin_setting( 'footer_privacy_policy_link' ) ) { the_privacy_policy_link( '<span>', '</span>' ); } $credit_text = apply_filters( 'siteorigin_corp_footer_credits', '<span>' . sprintf( esc_html__( 'Theme by %s', 'siteorigin-corp' ), '<a href="https://siteorigin.com/">SiteOrigin</a>' ) . '</span>' ); if ( ! empty( $credit_text ) ) { echo wp_kses_post( $credit_text ); } ?> </div><!-- .site-info --> <?php $widget = siteorigin_setting( 'footer_social_widget' ); if ( has_nav_menu( 'menu-2' ) || ! empty( $widget['networks'] ) ) { ?> <div class="footer-menu"> <?php wp_nav_menu( array( 'theme_location' => 'menu-2', 'depth' => 1, 'fallback_cb' => '' ) ); ?> <?php if ( ! empty( $widget['networks'] ) && class_exists( 'SiteOrigin_Widget_SocialMediaButtons_Widget' ) ) { the_widget( 'SiteOrigin_Widget_SocialMediaButtons_Widget', $widget ); } ?> </div><!-- .footer-menu --> <?php } ?> </div><!-- .corp-container --> </div><!-- .bottom-bar --> <?php do_action( 'siteorigin_corp_footer_bottom' ); ?> </footer><!-- #colophon --> <?php } ?> </div><!-- #page --> <?php if ( siteorigin_setting( 'navigation_scroll_to_top' ) ) { ?> <div id="scroll-to-top"> <span class="screen-reader-text"><?php esc_html_e( 'Scroll to top', 'siteorigin-corp' ); ?></span> <?php siteorigin_corp_display_icon( 'up-arrow' ); ?> </div> <?php } ?> <?php wp_footer(); ?> <?php do_action( 'siteorigin_corp_footer_after' ); ?> </body> </html>