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: service.php
<?php /** * Services Section * * @package Vandana_Lite */ $service_label = get_theme_mod( 'service_label', __( 'View All', 'vandana-lite' ) ); $service_url = get_theme_mod( 'service_url', '#' ); if( is_active_sidebar( 'service' ) ){ ?> <section id="service_section" class="service-section style-one"> <div class="container"> <div class="section-grid"> <?php dynamic_sidebar( 'service' ); ?> </div> <?php if( $service_label && $service_url ){ ?> <div class="button-wrap"> <a href="<?php echo esc_url( $service_url ); ?>" class="btn-readmore"><?php echo esc_html( $service_label ); ?></a> </div> <?php } ?> </div> </section> <!-- .service-section --> <?php }
Upload File
Create Folder