wp-config
wp-rss2
wp-atom
wp-rss
wp-feed
/includes/functions.php
Bu dosyalarda olmadıysa verdiğim linkteki şu yöntemi dene:
Wp-includes klasörü içerisindeki ;
feed-rss.php, feed-rss2.php, feed-rss2-comments.php, feed-atom.php, feed-atom-comments.php, feed-rdf.php dosyaları içerisindeki
<?php echo <?xml version=1.0″ encoding=.get_option(blog_charset).?.>; ?>
kodun başına
// koyarak bu sorunu çözebilirsiniz.
Yani kodumuzu şu hale getiriyoruz.
//<?php echo <?xml version=1.0″ encoding=.get_option(blog_charset).?.>; ?>
usta // koymuş onda charset hatası verdiğinden bende boşluk hatası veriyor ama onuda denedim olmadı.