![]() 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 */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class('inner-service'); ?>> <div class="entry-content"> <h1 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></h1> <div class="entry-attachment"> <div class="attachment"> <?php vw_solar_energy_the_attached_image(); ?> </div> <?php if ( has_excerpt() ) : ?> <div class="entry-caption"> <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')))); ?></p></div> </div> <?php endif; ?> </div> <?php the_content(); wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'vw-solar-energy' ), 'after' => '</div>', ) ); ?> </div> <?php edit_post_link( __( 'Edit', 'vw-solar-energy' ), '<footer class="entry-meta"><span class="edit-link">', '</span></footer>' ); ?> <div class="clearfix"></div> </article>