2023-04-25 13:58:27 +00:00
< ? php
/**
* Title : Testimonials Single
* Slug : woocommerce - blocks / testimonials - single
* Categories : WooCommerce
*/
?>
2023-05-12 13:05:36 +00:00
<!-- wp : columns { " align " : " wide " , " style " : { " spacing " : { " padding " : { " right " : " 20px " , " left " : " 20px " }}}} -->
< div class = " wp-block-columns alignwide " style = " padding-right:20px;padding-left:20px " >
<!-- wp : column { " width " : " 160px " } -->
< div class = " wp-block-column " style = " flex-basis:160px " >
<!-- wp : image { " align " : " left " , " width " : 164 , " height " : 164 , " sizeSlug " : " large " , " style " : { " border " : { " radius " : " 100% " }}, " className " : " is-style-rounded " } -->
2023-04-25 13:58:27 +00:00
< figure class = " wp-block-image alignleft size-large is-resized has-custom-border is-style-rounded " >< img src = " https://s.w.org/images/core/5.8/portrait.jpg " alt = " " style = " border-radius:100% " width = " 164 " height = " 164 " /></ figure >
2023-05-12 13:05:36 +00:00
<!-- / wp : image -->
</ div >
<!-- / wp : column -->
2023-04-25 13:58:27 +00:00
2023-05-12 13:05:36 +00:00
<!-- wp : column { " layout " : { " type " : " default " }} -->
< div class = " wp-block-column " >
2023-07-20 12:34:01 +00:00
<!-- wp : paragraph -->
< p >< strong >< ? php esc_html_e ( 'Great experience' , 'woo-gutenberg-products-block' ); ?> </strong></p>
<!-- / wp : paragraph -->
2023-04-25 13:58:27 +00:00
2023-07-20 12:34:01 +00:00
<!-- wp : paragraph -->
< p >< ? php esc_html_e ( 'In the end the couch wasn\'t exactly what I was looking for but my experience with the Burrow team was excellent. First in providing a discount when the couch was delayed, then timely feedback and updates as the...' , 'woo-gutenberg-products-block' ); ?> </p>
2023-04-25 13:58:27 +00:00
<!-- / wp : paragraph -->
2023-07-20 12:34:01 +00:00
<!-- wp : paragraph -->
< p >~ Anna W .</ p >
2023-05-12 13:05:36 +00:00
<!-- / wp : paragraph -->
</ div >
<!-- / wp : column -->
</ div >
2023-04-25 13:58:27 +00:00
<!-- / wp : columns -->