>
>
';
}
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() ) {
the_content( apply_filters( 'wmhook_wm_excerpt_continue_reading', '' ) );
}
echo '
';
wmhook_entry_bottom();
echo '';
?>