Thanks David, here is my footer.php file:
<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’,’https://www.google-analytics.com/analytics.js’,’ga’);
ga(‘create’, ‘UA-79459137-20’, ‘auto’);
ga(‘send’, ‘pageview’);
</script>
<!–footer ends–>
Scroll
<div id=”fb-root”></div>
<?php include(“includes/mobile-menu.html”);?>
</div>
<script type=”text/javascript” src=”https://www.vernondentist.com/js/script.js”></script>
<?php if(!$mobile):?>
<!–[if gt IE 8]><!–>
<script>
new WOW({ mobile: false}).init();
</script>
<!–<![endif]–>
<script type=”text/javascript” src=”https://www.vernondentist.com/js/sm-scripts.js”></script>
<script type=”text/javascript” src=”//s7.addthis.com/js/300/addthis_widget.js#pubid=xa-51acbb2234784891″></script>
<?php endif;?>
</body>
</html>
I don’t see the wp_footer() function and would not know where to add it. Thanks for looking at this issue.
Jim