Publicaciones de búsqueda por título Post en Worpress
$posts = get_posts([
'post_type' => 'recipe',
'title' => 'Chili Sin Carne',
]);
Noob Learner
$posts = get_posts([
'post_type' => 'recipe',
'title' => 'Chili Sin Carne',
]);