![]() Server : LiteSpeed System : Linux premium84.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 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/matelopsrp.com/wp-content/themes/vw-solar-energy/template-parts/ |
<?php /** * The template part for displaying Post * * @package VW Solar Energy * @subpackage vw-solar-energy * @since VW Solar Energy 1.0 */ ?> <div class="col-lg-4 col-md-6"> <article id="post-<?php the_ID(); ?>" <?php post_class('inner-service'); ?>> <div class="post-main-box"> <div class="box-image"> <?php if(has_post_thumbnail()) { the_post_thumbnail(); } ?> </div> <h2 class="section-title"><a href="<?php echo esc_url( get_permalink() ); ?>" title="<?php echo the_title_attribute(); ?>"><?php the_title();?><span class="screen-reader-text"><?php the_title(); ?></span></a></h2> <div class="new-text"> <div class="entry-content"> <p> <?php $excerpt = get_the_excerpt(); echo esc_html( vw_solar_energy_string_limit_words( $excerpt, esc_attr(get_theme_mod('vw_solar_energy_excerpt_number','30')))); ?> <?php echo esc_html( get_theme_mod('vw_solar_energy_excerpt_suffix','') ); ?> </p> </div> </div> <?php if( get_theme_mod('vw_solar_energy_button_text','READ MORE') != ''){ ?> <div class="content-bttn"> <a href="<?php echo esc_url( get_permalink() );?>" class="blogbutton-small"><?php echo esc_html(get_theme_mod('vw_solar_energy_button_text',__('READ MORE','vw-solar-energy')));?><span class="screen-reader-text"><?php echo esc_html(get_theme_mod('vw_solar_energy_button_text',__('READ MORE','vw-solar-energy')));?></span></a> </div> <?php } ?> </div> <div class="clearfix"></div> </article> </div>