1234567891011 |
- <?php
- /**
- * Title: Categories
- * Slug: remote/categories
- * Categories: featured, text
- */
- ?>
- <!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}},"fontSize":"small"} -->
- <p class="has-small-font-size" style="text-transform:uppercase"><?php echo esc_html__( 'Categories', 'remote' ); ?></p>
- <!-- /wp:paragraph -->
- <!-- wp:tag-cloud {"className":"is-style-outline","taxonomy":"category"} /-->
|