akmaster_91 adlı üyeden alıntı: mesajı görüntüle
include "wp-load.php";
$my_post = array();
$my_post['post_title'] = '$baslik';
$my_post['post_content'] = "içerik";
$my_post['post_status'] = 'publish';
$my_post['post_author'] = 1;
$my_post['post_category'] = array(2);
wp_insert_post( $my_post );
echo "Konunuz Eklendi";

benim kodlarımda bu içerik normal ama başlıkta değişken kullanamdım bir türlü.
http://blog.ozergul.net/wordpress-uy...eyebilsin.html
işinize yarar..