タレント

Rion

Rion

PROFILE

Birth
7/5
Home
静岡県
Blood
A
Size
知らん
Hobby
ウマ娘、とスマホが好き!

CAREER

Rion (En)[talent_info field=”talent_name_en”]
Birth[talent_info field=”talent_birthday”]
Home[talent_info field=”talent_hometown”]
Size[talent_info field=”talent_size”]
Hobby[talent_info field=”talent_hobby”]
Skill[talent_info field=”talent_skill”]
[offer_btn] “` — ### ステップ3:一覧ページの移植(ショートコード化) 以前の `page-talents.php` の「タレントを12人ずつ名前順で並べる」というロジックを、Cocoonの固定ページ内でいつでも呼び出せるように**ショートコード化**します。 **`functions.php` に追記:** “`php add_shortcode(‘talent_grid’, function() { $paged = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1; $args = array( ‘post_type’ => ‘talent’, ‘posts_per_page’ => 12, ‘paged’ => $paged, ‘orderby’ => ‘title’, ‘order’ => ‘ASC’ ); $query = new WP_Query($args); $output = ‘
‘; if ($query->have_posts()) { while ($query->have_posts()) { $query->the_post(); $img = get_the_post_thumbnail(get_the_ID(), ‘medium’, [‘class’ => ‘talent-thumbnail’]); $link = get_permalink(); $title = get_the_title(); $output .= ” “; } wp_reset_postdata(); } $output .= ‘
‘; return $output; });

CONTACT

出演依頼・取材のお申し込みはこちらから

INQUIRY