14 lines
867 B
PHP
14 lines
867 B
PHP
<?php
|
|
/**
|
|
* Title: Call to action with text, link
|
|
* Slug: powder/call-to-action-promo
|
|
* Categories: powder-call-to-action
|
|
*/
|
|
?>
|
|
<!-- wp:group {"metadata":{"name":"Call to Action"},"align":"full","className":"is-style-section-1","style":{"spacing":{"margin":{"top":"0"},"padding":{"top":"10px","bottom":"10px"}}},"fontSize":"x-small","layout":{"type":"constrained","wideSize":"1280px"}} -->
|
|
<div class="wp-block-group alignfull is-style-section-1 has-x-small-font-size" style="margin-top:0;padding-top:10px;padding-bottom:10px">
|
|
<!-- wp:paragraph {"align":"center","fontSize":"x-small"} -->
|
|
<p class="has-text-align-center has-x-small-font-size"><?php echo esc_html__( 'Powder is the premier block theme for WordPress.', 'powder' ); ?> <a href="#"><?php echo esc_html__( 'Learn More →', 'powder' ); ?></a></p>
|
|
<!-- /wp:paragraph -->
|
|
</div>
|
|
<!-- /wp:group -->
|