File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 28
28
<?php if (esc_url (get_theme_mod ('settings_footer_logo3 ' )) != "" ) : ?>
29
29
<a class="footer__socials__icon" href=<?php echo esc_url (get_theme_mod ('settings_footer_link3 ' ))?> ><img src=<?php echo esc_url (get_theme_mod ('settings_footer_logo3 ' ))?> alt=""/></a>
30
30
<?php endif ; ?>
31
+ <?php if (esc_url (get_theme_mod ('settings_footer_logo4 ' )) != "" ) : ?>
32
+ <a class="footer__socials__icon" href=<?php echo esc_url (get_theme_mod ('settings_footer_link4 ' ))?> ><img src=<?php echo esc_url (get_theme_mod ('settings_footer_logo4 ' ))?> alt=""/></a>
33
+ <?php endif ; ?>
34
+ <?php if (esc_url (get_theme_mod ('settings_footer_logo5 ' )) != "" ) : ?>
35
+ <a class="footer__socials__icon" href=<?php echo esc_url (get_theme_mod ('settings_footer_link5 ' ))?> ><img src=<?php echo esc_url (get_theme_mod ('settings_footer_logo5 ' ))?> alt=""/></a>
36
+ <?php endif ; ?>
31
37
</section>
32
38
</footer>
33
39
<?php if (!is_page ( 'adventni-kalendar ' )){
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ function stcblog_customize_register($wp_customize) {
213
213
// ===================================
214
214
// Custom socials icons
215
215
// ===================================
216
- stcblog_add_socials (3 , $ wp_customize );
216
+ stcblog_add_socials (5 , $ wp_customize );
217
217
}
218
218
219
219
add_action ('customize_register ' , 'stcblog_customize_register ' );
You can’t perform that action at this time.
0 commit comments