File Editor
Directories:
.. (Back)
Files:
banner-hero.php
banner-project-description.php
cta-content-image-on-right.php
cta-pricing.php
cta-rsvp.php
cta-services-image-left.php
cta-subscribe-centered.php
footer-centered-logo-nav.php
footer-colophon-3-col.php
footer.php
gallery-full-screen-image.php
gallery-offset-images-grid-2-col.php
gallery-offset-images-grid-3-col.php
gallery-offset-images-grid-4-col.php
gallery-project-layout.php
hidden-404.php
hidden-comments.php
hidden-no-results.php
hidden-portfolio-hero.php
hidden-post-meta.php
hidden-post-navigation.php
hidden-posts-heading.php
hidden-search.php
hidden-sidebar.php
page-about-business.php
page-home-blogging.php
page-home-business.php
page-home-portfolio-gallery.php
page-home-portfolio.php
page-newsletter-landing.php
page-portfolio-overview.php
page-rsvp-landing.php
posts-1-col.php
posts-3-col.php
posts-grid-2-col.php
posts-images-only-3-col.php
posts-images-only-offset-4-col.php
posts-list.php
team-4-col.php
template-archive-blogging.php
template-archive-portfolio.php
template-home-blogging.php
template-home-business.php
template-home-portfolio.php
template-index-blogging.php
template-index-portfolio.php
template-search-blogging.php
template-search-portfolio.php
template-single-portfolio.php
testimonial-centered.php
text-alternating-images.php
text-centered-statement-small.php
text-centered-statement.php
text-faq.php
text-feature-grid-3-col.php
text-project-details.php
text-title-left-image-right.php
Create New File
Create
Edit File: testimonial-centered.php
<?php /** * Title: Centered testimonial * Slug: twentytwentyfour/testimonial-centered * Keywords: quote, review, about * Categories: testimonials, text * Viewport width: 1300 * Description: A centered testimonial section with an avatar, name, and job title. */ ?> <!-- wp:group {"metadata":{"name":"<?php echo esc_html_x( 'Testimonial', 'Name of testimonial pattern', 'twentytwentyfour' ); ?>"},"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60","left":"var:preset|spacing|60","right":"var:preset|spacing|60"},"margin":{"top":"0","bottom":"0"}}},"backgroundColor":"contrast","textColor":"base","layout":{"type":"constrained","contentSize":""}} --> <div class="wp-block-group alignfull has-base-color has-contrast-background-color has-text-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--60)"> <!-- wp:group {"layout":{"type":"constrained"}} --> <div class="wp-block-group"> <!-- wp:paragraph {"align":"center","style":{"typography":{"lineHeight":"1.2"}},"textColor":"base","fontSize":"x-large","fontFamily":"heading"} --> <p class="has-text-align-center has-base-color has-text-color has-heading-font-family has-x-large-font-size" style="line-height:1.2"> <em><?php echo esc_html_x( '“Études has saved us thousands of hours of work and has unlocked insights we never thought possible.”', 'Testimonial Text or Review Text Got From the Person', 'twentytwentyfour' ); ?></em> </p> <!-- /wp:paragraph --> <!-- wp:spacer {"height":"var:preset|spacing|10"} --> <div style="height:var(--wp--preset--spacing--10)" aria-hidden="true" class="wp-block-spacer"></div> <!-- /wp:spacer --> <!-- wp:group {"metadata":{"name":"<?php echo esc_html_x( 'Testimonial source', 'Name of testimonial citation group', 'twentytwentyfour' ); ?>"},"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"center","flexWrap":"nowrap"}} --> <div class="wp-block-group"> <!-- wp:image {"align":"center","width":"60px","aspectRatio":"1","scale":"cover","sizeSlug":"thumbnail","linkDestination":"none","style":{"border":{"radius":"100px"}}} --> <figure class="wp-block-image aligncenter size-thumbnail is-resized has-custom-border"> <img alt="" style="border-radius:100px;aspect-ratio:1;object-fit:cover;width:60px" /> </figure> <!-- /wp:image --> <!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"top":"var:preset|spacing|10","bottom":"0"}}}} --> <p class="has-text-align-center" style="margin-top:var(--wp--preset--spacing--10);margin-bottom:0"><?php echo esc_html_x( 'Annie Steiner', 'Name of Person Provided the Testimonial', 'twentytwentyfour' ); ?></p> <!-- /wp:paragraph --> <!-- wp:paragraph {"align":"center","style":{"typography":{"fontStyle":"normal","fontWeight":"300"}},"textColor":"contrast-3","fontSize":"small"} --> <p class="has-text-align-center has-contrast-3-color has-text-color has-small-font-size" style="font-style:normal;font-weight:300"><?php echo esc_html_x( 'CEO, Greenprint', 'Designation of Person Provided Testimonial', 'twentytwentyfour' ); ?></p> <!-- /wp:paragraph --> </div> <!-- /wp:group --> </div> <!-- /wp:group --> </div> <!-- /wp:group -->
Save Changes
Rename File
Rename