>

' . wp_get_attachment_image('','full'). '
'; if ( ! empty( $post->post_excerpt ) ) : echo '

' . the_excerpt() .'

'; endif; } else { if (strpos($post->post_content,'[gallery') === false){ if ( has_post_thumbnail()){ the_post_thumbnail(); } } the_content(); wp_link_pages( array( 'before' => '' ) ); } bunny_meta(); ?> %link →'); previous_post_link('
← %link
'); } comments_template( '', true ); ?>