post_date ); $modified = new DateTime( $post_data->post_modified ); // 公開日 < 更新日かどうか $is_modified = ( $date < $modified ); $show_thumb = apply_filters( 'arkhe_show_entry_thumb', Arkhe::get_setting( 'show_entry_thumb' ), $the_id ); ?>

$the_id, 'show_cat' => $setting['show_entry_cat'], 'show_tag' => $setting['show_entry_tag'], 'is_head' => true, ) ); // 著者アイコン if ( $setting['show_entry_author'] ) : $author_id = $post_data->post_author; $author_data = get_userdata( $author_id ); $author_url = get_author_posts_url( $author_id ); ?>
$the_id, 'post_title' => $post_data->post_title, ) ); endif; ?>