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 /** * Blog Section * * @package Vandana_Lite */ $sec_title = get_theme_mod( 'blog_section_title', __( 'Latest From The Blog', 'vandana-lite' ) ); $sec_subtitle = get_theme_mod( 'blog_section_subtitle', __( 'Show your latest blog posts here. You can modify this section from Appearance > Customize > Front Page Settings > Blog Section.', 'vandana-lite' ) ); $blog = get_option( 'page_for_posts' ); $label = get_theme_mod( 'blog_view_all', __( 'View All', 'vandana-lite' ) ); $ed_blog_section = get_theme_mod( 'ed_blog_section', true ); $args = array( 'posts_per_page' => 3, 'ignore_sticky_posts' => true ); $qry = new WP_Query( $args ); if( $ed_blog_section && ( $sec_title || $sec_subtitle || $qry->have_posts() ) ){ ?> <section id="blog_section" class="blog-section style-one"> <div class="container"> <?php if( $sec_title || $sec_subtitle ){ ?> <header class="section-header"> <?php if( $sec_title ) echo '<h2 class="section-title">' . esc_html( $sec_title ) . '</h2>'; if( $sec_subtitle ) echo '<div class="section-content">' . wp_kses_post( wpautop( $sec_subtitle ) ) . '</div>'; ?> </header> <?php } ?> <?php if( $qry->have_posts() ){ ?> <div class="section-grid"> <?php while( $qry->have_posts() ){ $qry->the_post(); ?> <article class="post"> <figure class="post-thumbnail"> <a href="<?php the_permalink(); ?>"> <?php if( has_post_thumbnail() ){ the_post_thumbnail( 'vandana-lite-blog-sec', array( 'itemprop' => 'image' ) ); }else{ vandana_lite_get_fallback_svg( 'vandana-lite-blog-sec' );//fallback } ?> </a> <div class="posted-on"><a href="<?php the_permalink(); ?>"><time class="updated published"><time class="entry-date published"><?php echo esc_html( get_the_date() ); ?></time></time></a></div> </figure> <header class="entry-header"> <h3 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3> </header> </article> <?php } ?> </div> <?php if( $blog && $label ){ ?> <div class="button-wrap"> <a href="<?php the_permalink( $blog ); ?>" class="btn-readmore"><?php echo esc_html( $label ); ?></a> </div> <?php } ?> <?php } wp_reset_postdata(); ?> </div> </section> <?php }
SILENT KILLER Tool