$ekle = mysql_query("INSERT INTO `wp_posts` (`post_content`, `post_title`, `post_status`, `post_type`, `post_date`, `post_date_gmt`) VALUES ('".$content."', '".$title."', '".$draft."', '".$postt."', '".$ileri_tarih."', '".$ileri_tarih."')");
if(!$ekle){
echo $title." veri eklenemedi<br>";
}else{
echo $title." eklendi<br>";
}syntax hatası var hocam, bu şekilde işleme koyun.