![]() 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/askdragao.com/wp-content/themes/vw-sports/template-parts/ |
<?php /** * The template part for displaying image post * * @package VW Sports * @subpackage vw-sports * @since vw-sports 1.0 */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class('inner-service'); ?>> <div class="entry-content"> <header> <h1><?php the_title();?></h1> </header> <figure class="entry-attachment"> <div class="attachment"> <?php vw_sports_the_attached_image(); ?> </div> <?php if ( has_excerpt() ) : ?> <figcaption class="entry-caption"><?php the_excerpt(); ?></figcaption> <?php endif; ?> </figure> <?php the_content(); wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'vw-sports' ), 'after' => '</div>', ) ); ?> </div> <?php edit_post_link( __( 'Edit', 'vw-sports' ), '<footer class="entry-meta"><span class="edit-link">', '</span></footer>' ); ?> <div class="clearfix"></div> </article>