Feed links not working even with add_theme_support(‘automatic-feed-links’)

The problem is that the front page is set to a static page. This became clear when I noticed that my feed problem was specific to the front page—feeds for taxonomy archives and post type archives work fine. Only the front page feed was causing trouble.

One way around this is to create a feed template. My starting point is the template here: http://digwp.com/2011/08/custom-feeds/.

Using a feed page template allows the same level of customization you can get from any template file—restrict your feed to certain post types, tags, formats, taxonomy terms, etc.