categories.php 482 B

123456789101112
  1. <?php
  2. /**
  3. * Categories Pattern
  4. */
  5. return array(
  6. 'title' => __( 'Categories', 'remote' ),
  7. 'categories' => array( 'text', 'featured' ),
  8. 'content' => '<!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}},"fontSize":"small"} -->
  9. <p class="has-small-font-size" style="text-transform:uppercase">' . esc_html__( 'Categories', 'remote' ) . '</p>
  10. <!-- /wp:paragraph -->
  11. <!-- wp:tag-cloud {"className":"is-style-outline","taxonomy":"category"} /-->',
  12. );