Initial commit.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* Title: Theme Button
|
||||
* Slug: halloween-gift-store/theme-button
|
||||
* Categories: template
|
||||
*/
|
||||
?>
|
||||
<!-- wp:buttons -->
|
||||
<div class="wp-block-buttons theme-button-section"><!-- wp:button {"style":{"color":{"background":"var(--wp--preset--color--primary)","text":"#fff"},"typography":{"fontSize":"12px"},"border":{"radius":"30px"}},"className":"theme-button"} -->
|
||||
<div class="wp-block-button has-custom-font-size theme-button" style="font-size:12px"><a class="wp-block-button__link has-text-color has-background" style="border-radius:30px;background-color:var(--wp--preset--color--primary);color:#fff"><?php echo esc_html__('READ MORE', 'halloween-gift-store'); ?></a></div>
|
||||
<!-- /wp:button --></div>
|
||||
<!-- /wp:buttons -->
|
||||
Reference in New Issue
Block a user