<?php /** * Template part for displaying header contact. * * @since Gutener 1.0.0 */ ?> <?php if( !get_theme_mod( 'disable_contact_detail', false ) ){ ?> <div class="header-contact"> <ul> <li> <?php if( get_theme_mod( 'contact_phone', '' ) ){ ?> <a href="<?php echo esc_url( 'tel:' . get_theme_mod( 'contact_phone', '' ) ); ?>"><i class="fas fa-phone"></i> <?php echo esc_html( get_theme_mod( 'contact_phone', '' ) ); ?> </a> <?php } ?> </li> <li> <?php if( get_theme_mod( 'contact_email', '' ) ){ ?> <a href="<?php echo esc_url( 'mailto:' . get_theme_mod( 'contact_email', '' ) ); ?>"><i class="fas fa-envelope"></i> <?php echo esc_html( get_theme_mod( 'contact_email', '' ) ); ?> </a> <?php } ?> </li> <li> <?php if( get_theme_mod( 'contact_address', '' ) ){ ?> <i class="fas fa-map-marker-alt"></i> <?php echo esc_html( get_theme_mod( 'contact_address', '' ) ); ?> <?php } ?> </li> </ul> </div> <?php } ?>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
feature-posts | Folder | 0755 |
|
|
footer | Folder | 0755 |
|
|
header | Folder | 0755 |
|
|
highlight-posts | Folder | 0755 |
|
|
slider | Folder | 0755 |
|
|
content-author.php | File | 912 B | 0644 |
|
content-none.php | File | 1.27 KB | 0644 |
|
content-page.php | File | 1.04 KB | 0644 |
|
content-related-posts.php | File | 1.43 KB | 0644 |
|
content-search.php | File | 1.2 KB | 0644 |
|
content-single.php | File | 772 B | 0644 |
|
content.php | File | 6.23 KB | 0644 |
|
header-contact.php | File | 1.01 KB | 0644 |
|
offcanvas-menu.php | File | 1.92 KB | 0644 |
|
site-branding.php | File | 1.71 KB | 0644 |
|
site-info.php | File | 515 B | 0644 |
|