-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
executable file
·34 lines (30 loc) · 1.05 KB
/
footer.php
File metadata and controls
executable file
·34 lines (30 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
</div>
<!-- /wrapper -->
<?php get_sidebar('footer'); ?>
<div class="row">
<!-- footer -->
<footer class="footer" role="contentinfo">
<p id="footerMenu">
<?php footer_nav ();?>
</p>
<!-- copyright -->
<p class="copyright">
© <?php echo date('Y'); ?> Copyright <?php bloginfo('name'); ?>. <?php _e('Powered by', 'foundation'); ?>
<a href="//wordpress.org" title="WordPress">WordPress</a> & <a href="//foundation.com" title="Foundation">Foundation</a>.
</p>
<!-- /copyright -->
</footer>
<!-- /footer -->
</div>
<?php wp_footer(); ?>
<!-- analytics -->
<script>
(function(f,i,r,e,s,h,l){i['GoogleAnalyticsObject']=s;f[s]=f[s]||function(){
(f[s].q=f[s].q||[]).push(arguments)},f[s].l=1*new Date();h=i.createElement(r),
l=i.getElementsByTagName(r)[0];h.async=1;h.src=e;l.parentNode.insertBefore(h,l)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-XXXXXXXX-XX', 'yourdomain.com');
ga('send', 'pageview');
</script>
</body>
</html>