Hacked By AnonymousFox
<?php
/**
* The template for displaying full image posts in Magazine Post widgets
*
* @package Poseidon
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php poseidon_post_image( 'poseidon-thumbnail-single' ); ?>
<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">
<?php the_excerpt(); ?>
<?php poseidon_more_link(); ?>
</div><!-- .entry-content -->
</article>
Hacked By AnonymousFox1.0, Coded By AnonymousFox