post-title.php 841 B

1234567891011121314151617181920212223
  1. <?php
  2. /**
  3. * Title: Post Title
  4. * Slug: beep/post-title
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
  10. <div class="wp-block-group">
  11. <!-- wp:paragraph {"style":{"spacing":{"margin":{"left":"0","right":"var:preset|spacing|40"}}},"textColor":"inactive"} -->
  12. <p class="has-inactive-color has-text-color" style="margin-right:var(--wp--preset--spacing--40);margin-left:0">$<?php echo esc_html__( 'title', 'beep' ); ?> =</p>
  13. <!-- /wp:paragraph -->
  14. <!-- wp:post-title {"style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"}}}} /-->
  15. <!-- wp:paragraph {"style":{"spacing":{"margin":{"left":"0"}}},"textColor":"inactive"} -->
  16. <p class="has-inactive-color has-text-color" style="margin-left:0">;</p>
  17. <!-- /wp:paragraph -->
  18. </div>
  19. <!-- /wp:group -->