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