On my crafting blog I use the Tarski theme, and that used to give you the choice between Atom and RSS for the feeds. Then they took it out, saying that WordPress itself gives you the choice. Well, maybe it does (or maybe it did), but nowhere in the options for 2.6.1 that I could find (maybe you need a plugin to do it?). Then I discovered that this blog’s default feed had been changed to RSS2 some time when I wasn’t looking, which also wasn’t what I wanted.
To jog my memory next time I upgrade WordPress and want to use Atom by default, here’s where to change the setting. Fortunately PHP code is easy to search through! The file is feed.php
in the wp-includes
directory. Change the second parameter in the get_default_feed
function to atom
. Within any luck this method will even continue to work in the next version. I’ll certainly know to check what the default feed format is in the future.