-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathfooter.php
58 lines (55 loc) · 1.77 KB
/
footer.php
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
</main>
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-sm d-flex align-items-center justify-content-sm-start justify-content-center mb-3 mb-sm-0">
Tüm hakları saklıdır © <?php echo date("Y"); ?>
</div>
<div class="col-sm-auto d-flex align-items-center justify-content-sm-end justify-content-center">
<ul class="social-media">
<li>
<a href="https://facebook.com/benfiratkaya" rel="external">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li>
<a href="https://twitter.com/benfiratkaya" rel="external">
<i class="fab fa-twitter"></i>
</a>
</li>
<li>
<a href="https://instagram.com/benfiratkaya" rel="external">
<i class="fab fa-instagram"></i>
</a>
</li>
<li>
<a href="https://wa.me/905350685472" rel="external">
<i class="fab fa-whatsapp"></i>
</a>
</li>
<li>
<a href="https://github.com/benfiratkaya" rel="external">
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a href="https://linkedin.com/in/benfiratkaya" rel="external">
<i class="fab fa-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<?php wp_footer(); ?>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145587001-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-145587001-1');
</script>
</body>
</html>