1234567891011121314151617 |
- <?php
- /**
- * Title: Sample Large Text
- * Slug: loudness/sample_large_text
- * Categories: featured
- */
- ?>
- <!-- wp:group {"align":"full","layout":{"type":"default"}} -->
- <div class="wp-block-group alignfull">
- <!-- wp:paragraph {"fontSize":"x-large"} -->
- <p class="has-x-large-font-size"><?php echo esc_html__( 'On September 25th, we\'re hosting a day-long workshop for beginner musicians, existing artists transitioning into electronic music, or anyone curious about how to begin with electronic music production.', 'loudness' ); ?></p>
- <!-- /wp:paragraph -->
- </div>
- <!-- /wp:group -->
|