X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/themes/vandana-lite/sections
home
/
freights
/
public_html
/
wp-content
/
themes
/
vandana-lite
/
sections
/
??
..
??
8c966kts
(9.03 KB)
??
about.php
(1.74 KB)
??
banner.php
(3.6 KB)
??
blog.php
(2.93 KB)
??
client.php
(291 B)
??
contact.php
(998 B)
??
cta.php
(247 B)
??
promotional.php
(307 B)
??
service.php
(745 B)
??
sfb04gqt
(9.03 KB)
??
wheeloflife.php
(2.63 KB)
Editing: contact.php
<?php /** * Contact Section * * @package Vandana_Lite */ $contact_title = get_theme_mod( 'contact_sec_title', __( 'Get in Touch Today', 'vandana-lite' ) ); $contact_subtitle = get_theme_mod( 'contact_subtitle', __( 'You can modify this section from Appearance > Customize > Front Page Settings > Contact Section.', 'vandana-lite' ) ); if( is_active_sidebar( 'contact' ) ){ ?> <section id="contact_section" class="contact-section"> <div class="container"> <?php if( $contact_title || $contact_subtitle ) : ?> <div class="section-header"> <?php if( $contact_title ) echo '<h2 class="section-title">' . esc_html( $contact_title ) . '</h2>'; ?> <?php if( $contact_subtitle ) echo '<div class="section-content">' . wpautop( wp_kses_post( $contact_subtitle ) ) . '</div>'; ?> </div> <?php endif; ?> <div class="section-grid"> <?php dynamic_sidebar( 'contact' ); ?> </div> </div> </section> <!-- .testimonial-section --> <?php }
Upload File
Create Folder