Merhabalar,
Temanın functions.php doyasına alttaki kodu yazarsanız çalışacaktır.
function change_feed_url( $url )
{
return "ornekolmayansite.com";
}
add_filter( 'the_permalink_rss', 'change_feed_url' );Kolay gelsin
This page contains the following errors: error on line 100 at column 9: Extra content at the end of the document Below is a rendering of the page up to the first error.
the_permalink_rss() fonksiyonunu bulup denesen daha kolay olur ama şöyle parçalayabilirsin sanırsam
echo substr( the_permalink_rss() , 0,5) . "olmayansite.com;
sizinkiside olmadı hocam.
<link><?php the_permalink_rss(); ?></link>