golden hour
/home/phakp/public_html/wp/wp-content/themes/vogue/templates
⬆️ Go Up
Upload
File/Folder
Size
Actions
contents
-
Del
OK
css
-
Del
OK
footers
-
Del
OK
header
-
Del
OK
slider
-
Del
OK
social-links.php
2.79 KB
Del
OK
titlebar.php
2.13 KB
Del
OK
Edit: social-links.php
<?php if ( get_theme_mod( 'vogue-social-email' ) ) : echo '<a href="' . esc_url( 'mailto:' . antispambot( get_theme_mod( 'vogue-social-email' ), 1 ) ) . '" title="' . esc_attr__( 'Send Us an Email', 'vogue' ) . '" class="header-social-icon social-email"><i class="far fa-envelope"></i></a>'; endif; if ( get_theme_mod( 'vogue-social-phone' ) ) : echo '<a href="tel:' . esc_url( get_theme_mod( 'vogue-social-phone' ) ) . '" title="' . esc_attr__( 'Call Us', 'vogue' ) . '" class="header-social-icon social-phone"><i class="fas fa-phone"></i></a>'; endif; if ( get_theme_mod( 'vogue-social-facebook' ) ) : echo '<a href="' . esc_url( get_theme_mod( 'vogue-social-facebook' ) ) . '" target="_blank" title="' . esc_attr__( 'Find Us on Facebook', 'vogue' ) . '" class="header-social-icon social-facebook"><i class="fab fa-facebook"></i></a>'; endif; if ( get_theme_mod( 'vogue-social-twitter' ) ) : echo '<a href="' . esc_url( get_theme_mod( 'vogue-social-twitter' ) ) . '" target="_blank" title="' . esc_attr__( 'Follow Us on Twitter', 'vogue' ) . '" class="header-social-icon social-twitter"><i class="fab fa-twitter"></i></a>'; endif; if ( get_theme_mod( 'vogue-social-skype' ) ) : echo '<a href="skype:' . esc_html( get_theme_mod( 'vogue-social-skype' ) ) . '?userinfo" title="' . esc_attr__( 'Contact Us on Skype', 'vogue' ) . '" class="header-social-icon social-skype"><i class="fab fa-skype"></i></a>'; endif; if ( get_theme_mod( 'vogue-social-linkedin' ) ) : echo '<a href="' . esc_url( get_theme_mod( 'vogue-social-linkedin' ) ) . '" target="_blank" title="' . esc_attr__( 'Find Us on LinkedIn', 'vogue' ) . '" class="header-social-icon social-linkedin"><i class="fab fa-linkedin"></i></a>'; endif; if ( get_theme_mod( 'vogue-social-tumblr' ) ) : echo '<a href="' . esc_url( get_theme_mod( 'vogue-social-tumblr' ) ) . '" target="_blank" title="' . esc_attr__( 'Find Us on Tumblr', 'vogue' ) . '" class="header-social-icon social-tumblr"><i class="fab fa-tumblr"></i></a>'; endif; if ( get_theme_mod( 'vogue-social-flickr' ) ) : echo '<a href="' . esc_url( get_theme_mod( 'vogue-social-flickr' ) ) . '" target="_blank" title="' . esc_attr__( 'Find Us on Flickr', 'vogue' ) . '" class="header-social-icon social-flickr"><i class="fab fa-flickr"></i></a>'; endif; if ( get_theme_mod( 'vogue-social-houzz' ) ) : echo '<a href="' . esc_url( get_theme_mod( 'vogue-social-houzz' ) ) . '" target="_blank" title="' . esc_attr__( 'Find Us on Houzz', 'vogue' ) . '" class="header-social-icon social-houzz"><i class="fab fa-houzz"></i></a>'; endif; if ( get_theme_mod( 'vogue-social-vk' ) ) : echo '<a href="' . esc_url( get_theme_mod( 'vogue-social-vk' ) ) . '" target="_blank" title="' . esc_attr__( 'Find Us on VKontakte', 'vogue' ) . '" class="header-social-icon social-vk"><i class="fab fa-vk"></i></a>'; endif;
Save