footer-content.php 328 B

1234567
  1. <?php if ( ! ( true === get_theme_mod( 'hide_site_footer', false ) && is_front_page() && is_page() ) ) : ?>
  2. <?php get_template_part( 'template-parts/footer/footer-widgets' ); ?>
  3. <?php get_template_part( 'template-parts/footer/footer-menu' ); ?>
  4. <?php endif; ?>
  5. <?php
  6. get_template_part( 'template-parts/footer/footer-info' );