ID; $author_id = $post_data->post_author; $date_timestamp = get_post_timestamp( $the_id, 'date' ); $modified_timestamp = get_post_timestamp( $the_id, 'modified' ); // 更新日が公開日より遅い場合だけ表示(ただし、更新日だけ表示の時は更新日をそのまま表示する) if ( $show_modified && $show_posted ) { $show_modified = ( $date_timestamp < $modified_timestamp ) ? $show_modified : false; } ?>