Hacked By AnonymousFox

Current Path : /home/allslyeo/Jekasbbq.com/wp-content/themes/poseidon/template-parts/
Upload File :
Current File : /home/allslyeo/Jekasbbq.com/wp-content/themes/poseidon/template-parts/content-excerpt.php

<?php
/**
 * The template for displaying articles in the loop with post excerpts
 *
 * @package Poseidon
 */

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

	<?php poseidon_post_image_archives(); ?>

	<header class="entry-header">

		<?php the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); ?>

		<?php poseidon_entry_meta(); ?>

	</header><!-- .entry-header -->

	<div class="entry-content entry-excerpt clearfix">
		<?php the_excerpt(); ?>
		<?php poseidon_more_link(); ?>
	</div><!-- .entry-content -->

</article>

Hacked By AnonymousFox1.0, Coded By AnonymousFox