>
' . wp_get_attachment_image( '','full' ) . '
';
if ( ! empty( $post->post_excerpt ) ) :
echo '' . the_excerpt() . '
';
endif;
} else {
the_content();
}
wp_link_pages(
array(
'before' => '' . __( 'Pages: ', 'bunny' ),
'after' => '
',
)
);
bunny_meta();
?>
__( '← Previous post','bunny' ),
'next_text' => __( 'Next post →', 'bunny' ),
)
);
}
comments_template( '', true );
endwhile;
?>