wenpai.org/wp-content/themes/powder/patterns/call-to-action-promo-dark.php
2024-08-23 05:03:00 +08:00

14 lines
872 B
PHP

<?php
/**
* Title: Call to action with text, link
* Slug: powder/call-to-action-promo-dark
* Categories: powder-call-to-action
*/
?>
<!-- wp:group {"metadata":{"name":"Call to Action"},"align":"full","className":"is-style-section-2","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-2 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 -->