1234567891011121314 |
- <?php
- /**
- * Title: Title
- * slug: pendant/title
- * categories: pendant
- */
- ?>
- <!-- wp:group {"style":{"spacing":{"margin":{"top":"0px"},"padding":{"top":"5em","bottom":"5em"}}},"backgroundColor":"foreground","textColor":"background","layout":{"inherit":true}} -->
- <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"} -->
- <h1 class="alignwide"><?php echo esc_html__( 'Articles', 'pendant' ); ?></h1>
- <!-- /wp:heading --></div>
- <!-- /wp:group -->
|