wordpress de bişeler deniyorum ve şu kod canımı çok sıktı.
<?php the_permalink_rss(); ?> buna replace yapmam gerekiyor. bunun çıktısı: orneksite.com ama ben bunu ornekolmayansite.com yapmak istiyorum
<link><?php the_permalink_rss(); ?></link>[
PHPR]<?php echo str_replace(the_permalink_rss(), 'degismisdomain.com', the_permalink_rss());?>[/PHPR]