Hacked By AnonymousFox

Current Path : /home/allslyeo/Jekasbbq.com/wp-content/themes/poseidon/template-parts/widgets/
Upload File :
Current File : /home/allslyeo/Jekasbbq.com/wp-content/themes/poseidon/template-parts/widgets/magazine-large-post-sidebar.php

<?php
/**
 * The template for displaying posts in the Magazine Sidebar widget
 *
 * @package Poseidon
 */

// Get widget settings.
$post_excerpt = get_query_var( 'poseidon_post_excerpt', false );
?>

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

	<?php poseidon_post_image( 'poseidon-thumbnail-large' ); ?>

	<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_magazine_entry_meta(); ?>

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

	<?php // Display post excerpt if enabled.
	if ( $post_excerpt ) : ?>

		<div class="entry-content">

			<?php the_excerpt(); ?>
			<?php poseidon_more_link(); ?>

		</div><!-- .entry-content -->

	<?php endif; ?>

</article>

Hacked By AnonymousFox1.0, Coded By AnonymousFox