featured-list.php 2.5 KB

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Title: Featured List
  4. * Slug: tomoni/featured-list
  5. * Categories: featured
  6. */
  7. ?>
  8. <!-- wp:group {"style":{"spacing":{"blockGap":"0px"}},"layout":{"type":"constrained","justifyContent":"left"}} -->
  9. <div class="wp-block-group">
  10. <!-- wp:paragraph -->
  11. <p><strong><?php echo esc_html__( 'Featuring', 'tomoni' ); ?></strong></p>
  12. <!-- /wp:paragraph -->
  13. <!-- wp:paragraph -->
  14. <p> <a href="#"><?php echo esc_html_x( 'James Smith', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'Isabel Pérez', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'Julien Moreau', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'Oliver Williams', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'Alejandro García', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'Emily Johnson ', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( '田中 雪', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'Benjamin Taylor', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'Miguel Rodríguez', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( '渡辺 春樹', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'Maria Fernández', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'サンダイアル', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'Charlotte Davies', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( '鈴木 圭介', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'José Martínez', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( '山本 愛子', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'Olivia Brown', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'Carmen González', 'Artist name. No need to translate.', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html_x( 'Camille Dubois', 'Artist name. No need to translate.', 'tomoni' ); ?></a></p>
  15. <!-- /wp:paragraph -->
  16. </div>
  17. <!-- /wp:group -->