yanlış anlamışsın

hangi sütuna ne mantıkla ekleniyor

$result = mysql_query("Insert Into wp_posts (guid,post_author,post_date,post_date_gmt,post_content,post_title,post_status,comment_status,ping_status,post_name,post_modified,post_modified_gmt,post_type) values ('$guid','1',Now(),Now(),'$konu','$basligi','publish','open','open','$sefurl',Now(),Now(),'post')");
    //konuyu ve başlığını vs vs ekledim


    $results2 = mysql_query("Insert Into wp_term_relationships (object_id,term_taxonomy_id) values ('$post_ids','1')");
//kategorisi vs ekledim

$results3 = mysql_query("Insert Into terms (term_id,name,slug,term_group) values ('$post_ids','$basligi','$sefurl','0')");
//buraya sanırım tag ekleniyor ama mantığını çözemedim ve ekleyemedim