>
>
';
}
the_post_thumbnail( $image_size );
if ( ! empty( $image_link ) ) {
echo '';
}
?>
';
wmhook_entry_top();
echo '';
if (
! is_single()
|| ( is_single() && has_excerpt() && ! $pagination_suffix )
) {
the_excerpt();
}
if ( is_single() ) {
//Content is stripped out from media
echo apply_filters( 'the_content', $content );
}
echo '
';
wmhook_entry_bottom();
echo '';
?>