File "footer.php"

Full Path: /home/refref/public_html/knowhow-20250417031118/footer.php
File size: 1.42 KB
MIME-type: text/html
Charset: utf-8

<!-- #footer-widgets -->
<?php if ( is_active_sidebar( 'st_footer_widgets' )) { ?>
<div id="footer-widgets" class="clearfix">
<div class="container">

<div class="row stacked"><?php dynamic_sidebar( 'st_footer_widgets' ); ?></div>

</div>
</div>
<?php } ?>
<!-- /#footer-widgets -->

<!-- #site-footer -->
<footer id="site-footer" class="clearfix" role="contentinfo">
<div class="container">

  <?php if ( has_nav_menu( 'footer-nav' ) ) { /* if menu location 'footer-nav' exists then use custom menu */ ?>
  <nav id="footer-nav" role="navigation">
    <?php wp_nav_menu( array('theme_location' => 'footer-nav', 'depth' => 1, 'container' => false, 'menu_class' => 'nav-footer clearfix' )); ?>
  </nav>
  <?php } ?>


  <small id="copyright">
  <?php if (of_get_option('st_footer_copyright')) { ?>
  <?php echo of_get_option('st_footer_copyright'); ?>
  <?php } ?>
  </small>
  
</div>
</footer> 
<!-- /#site-footer -->

<!-- /#site-container -->
</div>

<?php wp_footer(); ?>

<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-53840112-7', 'auto');
  ga('send', 'pageview');

</script>
</body>
</html>