12345678910111213141516171819 |
- <?php
- /**
- * Title: Featured List
- * Slug: tomoni/featured-list
- * Categories: featured
- */
- ?>
- <!-- wp:group {"style":{"spacing":{"blockGap":"0px"}},"layout":{"type":"constrained","justifyContent":"left"}} -->
- <div class="wp-block-group">
- <!-- wp:paragraph -->
- <p><strong><?php echo esc_html__( 'Featuring', 'tomoni' ); ?></strong></p>
- <!-- /wp:paragraph -->
- <!-- wp:paragraph -->
- <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>
- <!-- /wp:paragraph -->
- </div>
- <!-- /wp:group -->
|