WordPress kullanan /feed girdiklerinde karşılaştığı sorun :

Hatamız:

error on line 2 at column 6: XML declaration allowed only at the start of the document
Below is a rendering of the page up to the first error.

Çözümü:

/wp-includes dizininin içindeki aşağıdaki php dosyalarını bulup düzenleyeceğiz..

feed-rss.php

feed-rss2.php

feed-rdf.php

feed-atom.php

feed-atom-comments.php

feed-rss2-comments.php

Yukarıdaki php dosyalarının içindeki aşağıdaki satırı bulun ve başına; // ekleyin

echo ‘<?xml version=”1.0″ encoding=”‘.get_option(‘blog_charset’).’”?’.’>’; ?>

Yani bu şekilde olacak;

//echo ‘<?xml version=”1.0″ encoding=”‘.get_option(‘blog_charset’).’”?’.’>’; ?>

Dosyaları tek tek düzenleyip değişiklikleri kaydettikten sonra sorununuzun hallolacağına eminim az önce kendim bu sorunu yaşayıp çözdüm