title.php 610 B

1234567891011121314
  1. <?php
  2. /**
  3. * Title: Title
  4. * slug: pendant/title
  5. * categories: pendant
  6. */
  7. ?>
  8. <!-- wp:group {"style":{"spacing":{"margin":{"top":"0px"},"padding":{"top":"5em","bottom":"5em"}}},"backgroundColor":"foreground","textColor":"background","layout":{"inherit":true}} -->
  9. <div class="wp-block-group has-background-color has-foreground-background-color has-text-color has-background" style="margin-top:0px;padding-top:5em;padding-bottom:5em"><!-- wp:heading {"level":1,"align":"wide"} -->
  10. <h1 class="alignwide"><?php echo esc_html__( 'Articles', 'pendant' ); ?></h1>
  11. <!-- /wp:heading --></div>
  12. <!-- /wp:group -->