merhaba aşağıdaki koda yazının biçimini (standart, video) eklemek istiyorum yardımcı olursanız sevinirim iyi çalışmalar.
$my_post = array();
$my_post['post_title'] = 'Yazım';
$my_post['post_content'] = 'Bu bir yazı örneğidir.';
$my_post['post_status'] = 'publish';
$my_post['post_author'] = 1;
$my_post['post_category'] = array(8,39);
wp_insert_post( $my_post );