saintx adlı üyeden alıntı: mesajı görüntüle
@RoseserHost;

<?php

	$kelime1 = 'bugün';
	$kelime2 = 'hava';
	$kelime3 = 'çok güzel';

	$post = array(
		'post_title' => $kelime1.' '.$kelime2.' '.$kelime3,
		'post_content' => '',
		'post_status' => 'publish',
		'post_author' => 1,
	);

	$insert_id = wp_insert_post($post);

	echo $insert_id;
hocam zaten bu şekilde çekip konu girişini böyle sağlıyorum. fakat content bölümüne bu şekilde giriş yaptırdığım zaman konuya ve mysql'a tüm kelimeleri alt alta ekliyor.