Current Path: > home > codekrsu > > > escapematrixonline.com > wp-content > themes > vandana-lite > sections
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
about.php | File | 1778 bytes | May 13 2025 15:38:53. | |
banner.php | File | 3688 bytes | May 13 2025 15:38:53. | |
blog.php | File | 2996 bytes | May 13 2025 15:38:53. | |
client.php | File | 291 bytes | May 13 2025 15:38:53. | |
contact.php | File | 998 bytes | May 13 2025 15:38:53. | |
cta.php | File | 247 bytes | May 13 2025 15:38:53. | |
promotional.php | File | 307 bytes | June 07 2025 19:49:36. | |
service.php | File | 745 bytes | May 13 2025 15:38:53. | |
testimonial.php | File | 1312 bytes | May 13 2025 15:38:53. | |
wheeloflife.php | File | 2695 bytes | May 13 2025 15:38:53. |
<?php /** * About Section * * @package Vandana_Lite */ $ed_about_section = get_theme_mod( 'ed_about_section', false ); $about_page = get_theme_mod( 'about_page' ); $about_readmore = get_theme_mod( 'about_readmore', __( 'Know More', 'vandana-lite' ) ); $about_excerpt = get_theme_mod( 'about_excerpt', true ); if( !$ed_about_section ) return false; if( empty( $about_page ) ) return false; $args = array( 'post_type' => 'page', 'page_id' => $about_page, ); $about_qry = new WP_Query( $args ); if( $about_qry->have_posts() ){ ?> <section id="about_section" class="about-section style-one"> <div class="container"> <?php while( $about_qry->have_posts() ){ $about_qry->the_post(); ?> <figure class="section-img"> <?php if( has_post_thumbnail() ){ the_post_thumbnail( 'vandana-lite-about', array( 'itemprop' => 'image' ) ); }else{ vandana_lite_get_fallback_svg( 'vandana-lite-about' ); } ?> </figure> <div class="section-content-wrap"> <?php the_title( '<h2 class="section-title">', '</h2>' ); echo '<div class="section-content">'; if( $about_excerpt ) : the_excerpt(); else: the_content(); endif; ?> </div> <?php if( $about_readmore && $about_excerpt ){ ?> <div class="button-wrap"><a href="<?php the_permalink(); ?>" class="btn-readmore"><?php echo esc_html( $about_readmore );?></a></div> <?php } ?> </div> <?php } ?> </div> </section> <!-- .about-section --> <?php } wp_reset_postdata();
SILENT KILLER Tool