sidebar.php 924 B

12345678910111213141516171819202122232425
  1. <?php
  2. /**
  3. * Title: sidebar
  4. * Slug: trailblazer/sidebar
  5. * Categories: hidden
  6. * Inserter: no
  7. */
  8. ?>
  9. <!-- wp:group {"layout":{"type":"constrained"}} -->
  10. <div class="wp-block-group"><!-- wp:heading {"level":3} -->
  11. <h3 class="wp-block-heading"><?php echo __('Get updates', 'trailblazer');?></h3>
  12. <!-- /wp:heading -->
  13. <!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
  14. <div class="wp-block-group"><!-- wp:paragraph -->
  15. <p><?php echo __('From art exploration to the latest archeological findings, all here in our weekly newsletter.', 'trailblazer');?></p>
  16. <!-- /wp:paragraph -->
  17. <!-- wp:buttons -->
  18. <div class="wp-block-buttons"><!-- wp:button -->
  19. <div class="wp-block-button"><a class="wp-block-button__link wp-element-button"><?php echo __('Subscribe', 'trailblazer');?></a></div>
  20. <!-- /wp:button --></div>
  21. <!-- /wp:buttons --></div>
  22. <!-- /wp:group --></div>
  23. <!-- /wp:group -->