If, like me, you’re using Thesis, you may find it annoying that WordPress still outputs its default feed links even though you’ve specified a different Syndication/Feed URL under the Thesis Options page.

It turns out there is a very simple solution if you’re using WordPress 2.8 or greater. If you add the following line of code to your custom_functions.php file (or your theme’s functions.php if you’re not using Thesis), WordPress will not add references to the default feed links in the header.
automatic_feed_links(false);
That’s it! Do you know an easier way to do this? If so, let me know in the comments!












{ 10 comments… read them below or add one }
I don’t know an easier way. Sorry.
太棒了!找了这么久终于找到了,谢谢!
Amazing!Finally I find this way, thanks!
Awesome, thanks for the post… it was driving me crazy trying to find were those were coming from.
Thank you very much it worked like a charm.
very useful post
This was a lot harder to find than it should have been searching via google
Thanks so much!
Thanks exelent information!
Finally something that really remove that annoying feed url from my post header. Thanks. (After 6 hours)
By any chance, can you figure out how to leave the global RSS link in the header, while removing the link to comments feed ? Thanks a lot…
That works!! Thanks so much!