与您的问题类似的问题,我从那里获取了示例代码。您可以用此替换“post\\u parent”。
global $post;
$args = [
\'wpse_include_parent\' => true,
\'post_parent\' => wp_get_post_parent_id( $post->ID ),
\'post_type\' => \'post\'
// Add additional arguments
];
$q = new WP_Query( $args );
当您在子帖子中时,此代码将获取父帖子id