/
home
/
techb158
/
public_html
/
wp-content
/
themes
/
twentytwentyfour
/
patterns
/
/home/techb158/public_html/wp-content/themes/twentytwentyfour/patterns
mkdir
upload
Name
Size
Mode
Actions
banner-hero.php
2906
0666
edit
dl
rm
banner-project-description.php
2656
0666
edit
dl
rm
cta-content-image-on-right.php
3596
0666
edit
dl
rm
cta-pricing.php
13789
0666
edit
dl
rm
cta-rsvp.php
3858
0666
edit
dl
rm
cta-services-image-left.php
2959
0666
edit
dl
rm
cta-subscribe-centered.php
2780
0666
edit
dl
rm
footer-centered-logo-nav.php
1479
0666
edit
dl
rm
footer-colophon-3-col.php
4845
0666
edit
dl
rm
footer.php
6712
0666
edit
dl
rm
gallery-full-screen-image.php
1566
0666
edit
dl
rm
gallery-offset-images-grid-2-col.php
2965
0666
edit
dl
rm
gallery-offset-images-grid-3-col.php
5031
0666
edit
dl
rm
gallery-offset-images-grid-4-col.php
6452
0666
edit
dl
rm
gallery-project-layout.php
4647
0666
edit
dl
rm
hidden-404.php
725
0666
edit
dl
rm
hidden-comments.php
1702
0666
edit
dl
rm
hidden-no-results.php
387
0666
edit
dl
rm
hidden-portfolio-hero.php
935
0666
edit
dl
rm
hidden-post-meta.php
1153
0666
edit
dl
rm
hidden-post-navigation.php
1188
0666
edit
dl
rm
hidden-posts-heading.php
499
0666
edit
dl
rm
hidden-search.php
428
0666
edit
dl
rm
hidden-sidebar.php
4748
0666
edit
dl
rm
page-about-business.php
948
0666
edit
dl
rm
page-home-blogging.php
3087
0666
edit
dl
rm
page-home-business.php
901
0666
edit
dl
rm
page-home-portfolio-gallery.php
559
0666
edit
dl
rm
page-home-portfolio.php
619
0666
edit
dl
rm
page-newsletter-landing.php
3075
0666
edit
dl
rm
page-portfolio-overview.php
878
0666
edit
dl
rm
page-rsvp-landing.php
4272
0666
edit
dl
rm
posts-1-col.php
2485
0666
edit
dl
rm
posts-3-col.php
2819
0666
edit
dl
rm
posts-grid-2-col.php
3946
0666
edit
dl
rm
posts-images-only-3-col.php
1999
0666
edit
dl
rm
posts-images-only-offset-4-col.php
4476
0666
edit
dl
rm
posts-list.php
3542
0666
edit
dl
rm
team-4-col.php
6889
0666
edit
dl
rm
template-archive-blogging.php
866
0666
edit
dl
rm
template-archive-portfolio.php
814
0666
edit
dl
rm
template-home-blogging.php
859
0666
edit
dl
rm
template-home-business.php
701
0666
edit
dl
rm
template-home-portfolio.php
964
0666
edit
dl
rm
template-index-blogging.php
1013
0666
edit
dl
rm
template-index-portfolio.php
940
0666
edit
dl
rm
template-search-blogging.php
1039
0666
edit
dl
rm
template-search-portfolio.php
1089
0666
edit
dl
rm
template-single-portfolio.php
1281
0666
edit
dl
rm
testimonial-centered.php
3529
0666
edit
dl
rm
text-alternating-images.php
6183
0666
edit
dl
rm
text-centered-statement-small.php
1499
0666
edit
dl
rm
text-centered-statement.php
1999
0666
edit
dl
rm
text-faq.php
8088
0666
edit
dl
rm
text-feature-grid-3-col.php
8097
0666
edit
dl
rm
text-project-details.php
3623
0666
edit
dl
rm
text-title-left-image-right.php
3615
0666
edit
dl
rm
Edit:
/home/techb158/public_html/wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php
(3075B)
<?php /** * Title: Newsletter landing * Slug: twentytwentyfour/page-newsletter-landing * Categories: call-to-action, twentytwentyfour_page, featured * Keywords: starter * Block Types: core/post-content * Post Types: page, wp_template * Viewport width: 1100 * Description: A block with a newsletter subscription CTA for a landing page. * * @package WordPress * @subpackage Twenty_Twenty_Four * @since Twenty Twenty-Four 1.0 */ ?> <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50","top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"},"margin":{"top":"0","bottom":"0"}},"dimensions":{"minHeight":"100vh"}},"backgroundColor":"accent-3","layout":{"type":"flex","orientation":"vertical","justifyContent":"center","verticalAlignment":"center"}} --> <div class="wp-block-group alignfull has-accent-3-background-color has-background" style="min-height:100vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)"> <!-- wp:group {"layout":{"type":"constrained"}} --> <div class="wp-block-group"> <!-- wp:image {"align":"center","width":"45px","height":"49px","scale":"cover","sizeSlug":"full","linkDestination":"none"} --> <figure class="wp-block-image aligncenter size-full is-resized"> <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/icon-message.webp" alt="" style="object-fit:cover;width:45px;height:49px" /> </figure> <!-- /wp:image --> <!-- 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:heading {"textAlign":"center","style":{"spacing":{"margin":{"right":"0","left":"0"},"padding":{"right":"0","left":"0"}},"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}}},"textColor":"contrast","fontSize":"x-large"} --> <h2 class="wp-block-heading has-text-align-center has-contrast-color has-text-color has-link-color has-x-large-font-size" style="margin-right:0;margin-left:0;padding-right:0;padding-left:0"><?php echo esc_html_x( 'Subscribe to the newsletter and stay connected with our community', 'sample content for newsletter subscription', 'twentytwentyfour' ); ?></h2> <!-- /wp:heading --> <!-- 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:buttons {"layout":{"type":"flex","justifyContent":"center"}} --> <div class="wp-block-buttons"> <!-- wp:button --> <div class="wp-block-button"> <a class="wp-block-button__link wp-element-button"><?php echo esc_html_x( 'Sign up', 'Sample content for newsletter subscribe button', 'twentytwentyfour' ); ?></a> </div> <!-- /wp:button --> </div> <!-- /wp:buttons --> </div> <!-- /wp:group --> </div> <!-- /wp:group -->
Save
cmd:
run