/var/www/html_us/wp-content/themes/twentytwentyfive/patterns/cta-heading-search.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
/**
 * Title: Heading and search form
 * Slug: twentytwentyfive/cta-heading-search
 * Categories: call-to-action
 * Description: Large heading with a search form for quick navigation.
 *
 * @package WordPress
 * @subpackage Twenty_Twenty_Five
 * @since Twenty Twenty-Five 1.0
 */

?>
<!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|50","padding":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|80"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--80);padding-bottom:var(--wp--preset--spacing--80)"><!-- wp:group {"align":"wide","layout":{"type":"default"}} -->
    <div class="wp-block-group alignwide">
        <!-- wp:heading {"fontSize":"xx-large"} -->
        <h2 class="wp-block-heading has-xx-large-font-size"><?php esc_html_e'What are you looking for?''twentytwentyfive' ); ?></h2>
        <!-- /wp:heading -->

        <!-- wp:search {"label":"<?php echo esc_html_x'Search''Search form label.''twentytwentyfive' ); ?>","showLabel":false,"placeholder":"<?php echo esc_attr_x'Type here...''Search input field placeholder text.''twentytwentyfive' ); ?>","buttonText":"<?php echo esc_attr_x'Search''Button text. Verb.''twentytwentyfive' ); ?>"} /-->
    </div>
    <!-- /wp:group -->
</div>
<!-- /wp:group -->