HEX
Server: Apache/2
System: Linux ns65.hostinglotus.net 4.18.0-553.16.1.el8_10.x86_64 #1 SMP Thu Aug 8 07:11:46 EDT 2024 x86_64
User: newsnnno (1225)
PHP: 8.2.20
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/newsnnno/public_html/khaodeedee/blog/wp-content/themes/covernews/footer.php
<?php

/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package CoverNews
 */

?>

<?php //$layout_meta = get_post_meta(get_the_ID(), '_wp_page_template', true); 
// if($layout_meta != 'elementor_header_footer'):
?>
</div>
<?php //endif; 
?>

<?php do_action('covernews_action_full_width_upper_footer_section');
$show_footer_checkbox = covernews_get_option('athfb_show_checkbox_footer');


if ($show_footer_checkbox) {
  athfb_render_footer_builder();
} else {
?>

  <footer class="site-footer">
    <?php $covernews_footer_widgets_number = covernews_get_option('number_of_footer_widget');
    if (1 == $covernews_footer_widgets_number) {
      $col = 'col-md-12';
    } elseif (2 == $covernews_footer_widgets_number) {
      $col = 'col-md-6';
    } elseif (3 == $covernews_footer_widgets_number) {
      $col = 'col-md-4';
    } else {
      $col = 'col-md-4';
    } ?>
    <?php if (is_active_sidebar('footer-first-widgets-section') || is_active_sidebar('footer-second-widgets-section') || is_active_sidebar('footer-third-widgets-section') || is_active_sidebar('footer-fourth-widgets-section')) : ?>
      <div class="primary-footer">
        <div class="container">
          <div class="row">
            <div class="col-sm-12">
              <div class="row">
                <?php if (is_active_sidebar('footer-first-widgets-section')) : ?>
                  <div class="primary-footer-area footer-first-widgets-section <?php echo esc_attr($col); ?> col-sm-12">
                    <section class="widget-area">
                      <?php dynamic_sidebar('footer-first-widgets-section'); ?>
                    </section>
                  </div>
                <?php endif; ?>

                <?php if (is_active_sidebar('footer-second-widgets-section')) : ?>
                  <div class="primary-footer-area footer-second-widgets-section <?php echo esc_attr($col); ?>  col-sm-12">
                    <section class="widget-area">
                      <?php dynamic_sidebar('footer-second-widgets-section'); ?>
                    </section>
                  </div>
                <?php endif; ?>

                <?php if (is_active_sidebar('footer-third-widgets-section')) : ?>
                  <div class="primary-footer-area footer-third-widgets-section <?php echo esc_attr($col); ?>  col-sm-12">
                    <section class="widget-area">
                      <?php dynamic_sidebar('footer-third-widgets-section'); ?>
                    </section>
                  </div>
                <?php endif; ?>
                <?php if (is_active_sidebar('footer-fourth-widgets-section')) : ?>
                  <div class="primary-footer-area footer-fourth-widgets-section <?php echo esc_attr($col); ?>  col-sm-12">
                    <section class="widget-area">
                      <?php dynamic_sidebar('footer-fourth-widgets-section'); ?>
                    </section>
                  </div>
                <?php endif; ?>
              </div>
            </div>
          </div>
        </div>
      </div>
    <?php endif; ?>

    <?php if (1 != covernews_get_option('hide_footer_menu_section')): ?>
      <?php if (has_nav_menu('aft-footer-nav') || has_nav_menu('aft-social-nav')):
        $class = 'col-sm-12';
        if (has_nav_menu('aft-footer-nav') && has_nav_menu('aft-social-nav')) {
          $class = 'col-sm-6';
        }

      ?>
        <div class="secondary-footer">
          <div class="container">
            <div class="row">
              <?php if (has_nav_menu('aft-footer-nav')): ?>
                <div class="<?php echo esc_attr($class); ?>">
                  <div class="footer-nav-wrapper">
                    <?php
                    wp_nav_menu(array(
                      'theme_location' => 'aft-footer-nav',
                      'menu_id' => 'footer-menu',
                      'depth' => 1,
                      'container' => 'div',
                      'container_class' => 'footer-navigation'
                    )); ?>
                  </div>
                </div>
              <?php endif; ?>
              <?php if (has_nav_menu('aft-social-nav')): ?>
                <div class="<?php echo esc_attr($class); ?>">
                  <div class="footer-social-wrapper">
                    <?php
                    wp_nav_menu(array(
                      'theme_location' => 'aft-social-nav',
                      'link_before' => '<span class="screen-reader-text">',
                      'link_after' => '</span>',
                      'menu_id' => 'social-menu',
                      'container' => 'div',
                      'container_class' => 'social-navigation'
                    ));
                    ?>
                  </div>
                </div>
              <?php endif; ?>
            </div>
          </div>
        </div>
      <?php endif; ?>
    <?php endif; ?>
    <div class="site-info">
      <div class="container">
        <div class="row">
          <div class="col-sm-12">
            <?php $covernews_copy_right = covernews_get_option('footer_copyright_text'); ?>
            <?php if (!empty($covernews_copy_right)): ?>
              <?php echo esc_html($covernews_copy_right); ?>
            <?php endif; ?>
            <?php $covernews_theme_credits = covernews_get_option('hide_footer_copyright_credits'); ?>
            <?php if ($covernews_theme_credits != 1): ?>
              <span class="sep"> | </span>
              <?php
              /* translators: 1: Theme name, 2: Theme author. */
              printf(esc_html__('%1$s by %2$s.', 'covernews'), '<a href="https://afthemes.com/products/covernews/">CoverNews</a>', 'AF themes');
              ?>
            <?php endif; ?>
          </div>
        </div>
      </div>
    </div>
  </footer>
<?php } ?>
</div>

<a id="scroll-up" class="secondary-color" href="#top" aria-label="<?php echo esc_attr('Scroll to top', 'covernews'); ?>">
  <i class="fa fa-angle-up" aria-hidden="true"></i>
</a>
<?php wp_footer(); ?>

</body>

</html>