-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
75 lines (73 loc) · 5.31 KB
/
footer.php
File metadata and controls
75 lines (73 loc) · 5.31 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?php
?>
</main>
<footer class="site-footer">
<div class="footer-inner">
<div class="footer-brand">
<div class="footer-brand-name">Feather Jones</div>
<div class="footer-brand-tag">Herbalist</div>
</div>
<nav class="footer-nav" aria-label="Footer navigation">
<a href="/contact">Contact</a>
<?php /* <a href="/faqs">FAQs</a> */ ?>
<a href="/blog">Blog</a>
<a href="/about">About</a>
</nav>
<div class="footer-social">
<a href="https://www.facebook.com/profile.php?id=100064034190506" aria-label="Follow on Facebook" target="_blank" rel="noopener">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 12.07C22 6.51 17.52 2 12 2S2 6.51 2 12.07c0 5.02 3.66 9.17 8.44 9.93v-7.03H7.9V12.07h2.54V9.85c0-2.52 1.49-3.91 3.78-3.91 1.1 0 2.24.2 2.24.2v2.47H15.2c-1.25 0-1.64.78-1.64 1.58v1.88h2.79l-.45 2.9h-2.34V22c4.78-.76 8.44-4.91 8.44-9.93z"/>
</svg>
</a>
<a href="https://www.instagram.com/jones.feather/" aria-label="Follow on Instagram" target="_blank" rel="noopener">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2.163c3.204 0 3.584.012 4.85.07 1.17.054 1.97.24 2.43.403a4.088 4.088 0 011.47.957c.453.453.757.91.957 1.47.163.46.35 1.26.403 2.43.058 1.266.07 1.646.07 4.85s-.012 3.584-.07 4.85c-.054 1.17-.24 1.97-.403 2.43a4.088 4.088 0 01-.957 1.47 4.088 4.088 0 01-1.47.957c-.46.163-1.26.35-2.43.403-1.266.058-1.646.07-4.85.07s-3.584-.012-4.85-.07c-1.17-.054-1.97-.24-2.43-.403a4.088 4.088 0 01-1.47-.957 4.088 4.088 0 01-.957-1.47c-.163-.46-.35-1.26-.403-2.43C2.175 15.584 2.163 15.204 2.163 12s.012-3.584.07-4.85c.054-1.17.24-1.97.403-2.43a4.088 4.088 0 01.957-1.47A4.088 4.088 0 015.063 2.3c.46-.163 1.26-.35 2.43-.403C8.759 1.84 9.139 1.827 12 1.827L12 2.163zM12 0C8.741 0 8.333.014 7.053.072 5.775.131 4.902.333 4.14.63a5.882 5.882 0 00-2.126 1.384A5.882 5.882 0 00.63 4.14C.333 4.902.131 5.775.072 7.053.014 8.333 0 8.741 0 12s.014 3.667.072 4.947c.059 1.278.261 2.15.558 2.913a5.882 5.882 0 001.384 2.126 5.882 5.882 0 002.126 1.384c.763.297 1.636.499 2.913.558C8.333 23.986 8.741 24 12 24s3.667-.014 4.947-.072c1.278-.059 2.15-.261 2.913-.558a5.882 5.882 0 002.126-1.384 5.882 5.882 0 001.384-2.126c.297-.763.499-1.636.558-2.913.058-1.28.072-1.688.072-4.947s-.014-3.667-.072-4.947c-.059-1.278-.261-2.15-.558-2.913a5.882 5.882 0 00-1.384-2.126A5.882 5.882 0 0019.86.63C19.097.333 18.225.131 16.947.072 15.667.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 11-2.88 0 1.44 1.44 0 012.88 0z"/>
</svg>
</a>
<a href="https://www.youtube.com/@featherjonescanyonspiritbo5336" aria-label="Follow on YouTube" target="_blank" rel="noopener">
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M23.5 6.2a2.98 2.98 0 00-2.1-2.11C19.53 3.5 12 3.5 12 3.5s-7.53 0-9.4.59A2.98 2.98 0 00.5 6.2 31.1 31.1 0 000 12a31.1 31.1 0 00.5 5.8 2.98 2.98 0 002.1 2.11c1.87.59 9.4.59 9.4.59s7.53 0 9.4-.59a2.98 2.98 0 002.1-2.11A31.1 31.1 0 0024 12a31.1 31.1 0 00-.5-5.8zM9.75 15.5v-7l6.25 3.5-6.25 3.5z"/>
</svg>
</a>
</div>
<div class="footer-divider"></div>
</div>
<div class="footer-disclosure">
<div class="footer-disclosure-inner">
<p>Feather Jones provides educational courses and resources focused on herbal traditions, plant knowledge, and practical preparation skills such as teas, tinctures, and topical applications. The information shared is intended for learning and personal growth, and individual results may vary.</p>
<p>Feather Jones does not provide medical diagnosis or treatment. Content on this site and within courses is not a substitute for professional medical advice, diagnosis, or care from a licensed healthcare provider.</p>
<p>If you are pregnant, nursing, taking medications, or managing a medical condition, consult a qualified healthcare professional before using herbal products or protocols.</p>
</div>
</div>
<div class="footer-divider-full"></div>
<div class="footer-bottom">
<div class="footer-bottom-inner">
<span class="footer-copy">© 2026 Feather Jones. All rights reserved.</span>
<div class="footer-legal">
<a href="/terms">Terms & Refund Policy</a>
<a href="/privacy">Privacy</a>
</div>
</div>
</div>
</footer>
<button id="scrollBtn">
<i class="fas fa-angle-up"></i>
</button>
<?php
$popup_excluded_slugs = array( 'contact', 'faqs', 'profile', 'terms', 'refunds', 'earth-ceremony' );
$is_woocommerce_page = function_exists( 'is_woocommerce' ) && is_woocommerce();
$is_cart = function_exists( 'is_cart' ) && is_cart();
$is_checkout = function_exists( 'is_checkout' ) && is_checkout();
$is_account = function_exists( 'is_account_page' ) && is_account_page();
$is_shop = function_exists( 'is_shop' ) && is_shop();
$is_privacy_policy = function_exists( 'is_privacy_policy' ) && is_privacy_policy();
$is_excluded_slug = is_page( $popup_excluded_slugs );
$show_popup = ! ( $is_woocommerce_page || $is_cart || $is_checkout || $is_account || $is_shop || $is_privacy_policy || $is_excluded_slug );
if ( $show_popup ) {
get_template_part( 'partials/offers/earth-ceremony-teaching/popup' );
get_template_part( 'partials/offers/pest-control/popup' );
}
?>
<?php wp_footer(); ?>
</body>
</html>