wp-includes/post.php dosyasını notepad++ benzeri bir programla aç. Aşağıdaki kodu bul:

$postarr = array_merge($post, $postarr);

Şu kod ile değiştir:

$postarr = array_merge($post, (array)$postarr);