byjameson adlı üyeden alıntı: mesajı görüntüle
$onay="publish";
$my_post = array(); 
$my_post['post_title'] = iconv("ISO-8859-9","UTF-8",$firma_adi); 
$my_post['post_content'] = iconv("ISO-8859-9","UTF-8",$yazilacak_icerik); 
$my_post['post_status'] = $onay; $my_post['post_author'] = 1; 
$my_post['post_category'] = array($ust_kategori); 
$my_post['tags_input'] = iconv("ISO-8859-9","UTF-8",$firma_adi); 
wp_insert_post($my_post); 
$dogru=mysql_query("select * from wp_posts order by ID DESC LIMIT 1"); 
$post_id=mysql_result($dogru,0,"ID"); 
$post_ids = $post_id; 
//add_post_meta($post_ids,'thumbnail',$resim);
Kodlar burada arkadaşlar. bu kodlarda kategory eklemiyor problem nedir?
$ust_kategori bu değişkene, sitenizde olan bir kategori id atadıgınıza emin misiniz?