$author_name,
'subtitle' => 'Author',
'has_inner' => true,
] );
?>
=esc_html( $author_name )?>
=esc_html( $author_position )?>
=wp_kses( nl2br( $author_description ), SWELL_Theme::$allowed_text_html )?>
$author_sns_list,
'ul_class' => 'is-style-circle p-authorBox__iconList',
'hov_class' => 'hov-flash-up',
];
SWELL_Theme::get_parts( 'parts/icon_list', $list_data );
endif;
?>
$list_type ] );
SWELL_Theme::get_parts( 'parts/post_list/item/pagination' );
?>
'post',
'no_found_rows' => true,
'ignore_sticky_posts' => 1,
'meta_key' => SWELL_CT_KEY,
'orderby' => 'meta_value_num',
'order' => 'DESC',
'author' => $author_id,
];
// 新着投稿一覧 ( Sub loop )
$parts_args = [
'query_args' => $q_args,
'list_args' => ['type' => $list_type ],
];
SWELL_Theme::get_parts( 'parts/post_list/loop_sub', $parts_args );
?>