11 lines
412 B
PHP
11 lines
412 B
PHP
<?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"} /-->
|