HEX
Server: Apache
System: Linux flamboyant-gauss.194-164-62-186.plesk.page 6.8.0-55-generic #57-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb 12 23:42:21 UTC 2025 x86_64
User: gamesamphora (10001)
PHP: 7.4.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/amphoragames.com/httpdocs/en/wp-content/themes/lawyeria-lite/attachment.php
<?php
/**
 *	The template for displaying Attachment.
 *
 *	@package lawyeria-lite
 */
get_header();
?>
	<section class="wide-nav">
		<div class="wrapper">
			<h3>
				<?php the_title(); ?>
			</h3><!--/h3-->
		</div><!--/div .wrapper-->
	</section><!--/section .wide-nav-->
</header><!--/header-->
<section id="content">
	<div class="wrapper cf">
		<div id="posts">
			<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
			<div id="post-<?php the_ID(); ?>" <?php post_class('post'); ?>>
				<div class="post-excerpt">
					<img src="<?php echo wp_get_attachment_url($post->ID); ?>" title="<?php the_title(); ?>" alt="<?php the_title(); ?>" />
				</div><!--/div .post-excerpt-->
			</div><!--/div .post-->
			<?php endwhile; else: ?>
				<p><?php _e('Sorry, no posts matched your criteria.', 'lawyeria-lite'); ?></p>
            <?php endif; ?>
		</div><!--/div #posts-->
		<?php get_sidebar(); ?>
	</div><!--/div .wrapper-->
</section><!--/section #content-->
<?php get_footer(); ?>