banner.php
2 years ago
coming-soon-entire-site.php
2 years ago
coming-soon-store-only.php
2 years ago
coming-soon.php
2 years ago
discount-banner-with-image.php
2 years ago
discount-banner.php
2 years ago
featured-category-cover-image.php
2 years ago
featured-category-focus.php
2 years ago
featured-category-triple.php
2 years ago
featured-products-fresh-and-tasty.php
2 years ago
filters.php
2 years ago
footer-large-dark.php
2 years ago
footer-large.php
2 years ago
footer-simple-dark.php
2 years ago
footer-simple-menu.php
2 years ago
footer-simple.php
2 years ago
footer-with-2-menus-dark.php
2 years ago
footer-with-2-menus.php
2 years ago
footer-with-3-menus.php
2 years ago
header-centered-pattern.php
2 years ago
header-essential-dark.php
2 years ago
header-essential.php
2 years ago
header-large-dark.php
2 years ago
header-large.php
2 years ago
header-minimal.php
2 years ago
hero-product-3-split.php
2 years ago
hero-product-chessboard.php
2 years ago
hero-product-split.php
2 years ago
just-arrived-full-hero.php
2 years ago
no-products-found.php
2 years ago
product-collection-3-columns.php
2 years ago
product-collection-4-columns.php
2 years ago
product-collection-5-columns.php
2 years ago
product-collection-banner.php
2 years ago
product-collection-featured-products-5-columns.php
2 years ago
product-collection-full-grid.php
2 years ago
product-collection-grid.php
2 years ago
product-collection-rows.php
2 years ago
product-collection-simple-grid.php
2 years ago
product-collections-featured-collection.php
2 years ago
product-collections-featured-collections.php
2 years ago
product-collections-newest-arrivals.php
2 years ago
product-details-listing.php
2 years ago
product-details-pattern.php
2 years ago
product-featured-2-columns.php
2 years ago
product-hero-2-col-2-row.php
2 years ago
product-hero.php
2 years ago
product-listing-with-gallery-and-description.php
2 years ago
product-query-4-column-product-row.php
2 years ago
product-query-large-image-product-gallery.php
2 years ago
product-query-minimal-product-list.php
2 years ago
product-query-product-gallery.php
2 years ago
product-query-product-list-with-1-1-images.php
2 years ago
product-query-product-list-with-full-product-description.php
2 years ago
product-search-form.php
2 years ago
related-products.php
2 years ago
shop-by-price.php
2 years ago
small-discount-banner-with-image.php
2 years ago
social-follow-us-in-social-media.php
2 years ago
store-info-alt-image-and-text.php
2 years ago
testimonials-3-columns.php
2 years ago
testimonials-single.php
2 years ago
testimonials-3-columns.php
77 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Title: Testimonials 3 Columns |
| 4 | * Slug: woocommerce-blocks/testimonials-3-columns |
| 5 | * Categories: WooCommerce |
| 6 | */ |
| 7 | |
| 8 | $main_header = $content['titles'][3]['default'] ?? ''; |
| 9 | $first_review = $content['titles'][0]['default'] ?? ''; |
| 10 | $second_review = $content['titles'][1]['default'] ?? ''; |
| 11 | $third_review = $content['titles'][2]['default'] ?? ''; |
| 12 | $first_description = $content['descriptions'][0]['default'] ?? ''; |
| 13 | $second_description = $content['descriptions'][1]['default'] ?? ''; |
| 14 | $third_description = $content['descriptions'][2]['default'] ?? ''; |
| 15 | ?> |
| 16 | |
| 17 | <!-- wp:group {"align":"wide","style":{"spacing":{"margin":{"top":"0px","bottom":"80px"},"blockGap":"var:preset|spacing|30"}},"layout":{"type":"constrained"}} --> |
| 18 | <div class="wp-block-group alignwide" style="margin-top:0px;margin-bottom:80px"> |
| 19 | <!-- wp:heading {"level":3,"align":"wide"} --> |
| 20 | <h3 class="wp-block-heading alignwide"><?php echo esc_html( $main_header ); ?></h3> |
| 21 | <!-- /wp:heading --> |
| 22 | |
| 23 | <!-- wp:columns {"align":"wide"} --> |
| 24 | <div class="wp-block-columns alignwide"> |
| 25 | <!-- wp:column --> |
| 26 | <div class="wp-block-column"> |
| 27 | <!-- wp:paragraph --> |
| 28 | <p><strong><?php echo esc_html( $first_review ); ?></strong></p> |
| 29 | <!-- /wp:paragraph --> |
| 30 | |
| 31 | <!-- wp:paragraph --> |
| 32 | <p><?php echo esc_html( $first_description ); ?></p> |
| 33 | <!-- /wp:paragraph --> |
| 34 | |
| 35 | <!-- wp:paragraph --> |
| 36 | <p>~ Sophia K.</p> |
| 37 | <!-- /wp:paragraph --> |
| 38 | </div> |
| 39 | <!-- /wp:column --> |
| 40 | |
| 41 | <!-- wp:column --> |
| 42 | <div class="wp-block-column"> |
| 43 | <!-- wp:paragraph --> |
| 44 | |
| 45 | <p><strong><?php echo esc_html( $second_review ); ?></strong></p> |
| 46 | <!-- /wp:paragraph --> |
| 47 | |
| 48 | <!-- wp:paragraph --> |
| 49 | <p><?php echo esc_html( $second_description ); ?></p> |
| 50 | <!-- /wp:paragraph --> |
| 51 | |
| 52 | <!-- wp:paragraph --> |
| 53 | <p>~ Liam M.</p> |
| 54 | <!-- /wp:paragraph --> |
| 55 | </div> |
| 56 | <!-- /wp:column --> |
| 57 | |
| 58 | <!-- wp:column --> |
| 59 | <div class="wp-block-column"> |
| 60 | <!-- wp:paragraph --> |
| 61 | <p><strong><?php echo esc_html( $third_review ); ?></strong></p> |
| 62 | <!-- /wp:paragraph --> |
| 63 | |
| 64 | <!-- wp:paragraph --> |
| 65 | <p><?php echo esc_html( $third_description ); ?></p> |
| 66 | <!-- /wp:paragraph --> |
| 67 | |
| 68 | <!-- wp:paragraph --> |
| 69 | <p>~ Ava L.</p> |
| 70 | <!-- /wp:paragraph --> |
| 71 | </div> |
| 72 | <!-- /wp:column --> |
| 73 | </div> |
| 74 | <!-- /wp:columns --> |
| 75 | </div> |
| 76 | <!-- /wp:group --> |
| 77 |