ID; $h_tag = isset( $args['h_tag'] ) ? $args['h_tag'] : 'h2'; $list_class = isset( $args['list_class'] ) ? $args['list_class'] : ''; $list_class = $list_class ? 'p-postList__item ' . $list_class : 'p-postList__item'; // メタデータ用テンプレに渡す配列 $args['post_id'] = $the_id; $args['author_id'] = $post_data->post_author; $args['date'] = new DateTime( $post_data->post_date ); $args['modified'] = new DateTime( $post_data->post_modified ); ?>