Obtenez le titre du post par post ID WordPress
get_post( $post_id )->post_title
Lokesh003Coding
get_post( $post_id )->post_title
Code
$args = array("post_type" => "mytype", "s" => $title);
$query = get_posts( $args );