HEX
Server: LiteSpeed
System: Linux premium321.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User: paksjuts (1314)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/paksjuts/www/wp-content/themes/tracks/content-archive.php
<div <?php post_class(); ?>>
	<?php
	echo '<a class="featured-image-link" href="' . esc_url( get_permalink() ) . '">';
	ct_tracks_featured_image();
	echo '</a>';
	?>
	<div class="excerpt-container">
		<div class="excerpt-meta">
			<?php get_template_part( 'content/post-meta' ); ?>
		</div>
		<div class='excerpt-header'>
			<h2 class='excerpt-title'>
				<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
			</h2>
		</div>
		<div class='excerpt-content'>
			<article>
				<?php ct_tracks_excerpt(); ?>
			</article>
		</div>
	</div>
</div>