That's the very purpose of add_theme_support( 'automatic-feed-links' ). So, no: those feed links should NOT be hard-coded in the document head.<div><br></div><div>Chip<br><br><div class="gmail_quote">On Wed, May 4, 2011 at 6:52 AM, Jason Gottschalk <span dir="ltr"><<a href="mailto:jason@gottschalk.ca">jason@gottschalk.ca</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div style="background-color:transparent"><span style="font-family:Arial;font-size:16px;white-space:pre-wrap">Is the following ok to include feeds in header.php or are they required to be called using </span><span style="font-family:Arial;font-size:16px;white-space:pre-wrap">add_theme_support( 'automatic-feed-links' ) in functions.php?</span></div>
<div style="background-color:transparent"><span style="font-family:Arial;font-size:16px;white-space:pre-wrap"><link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /></span><br>
<span style="font-family:Arial;font-size:16px;white-space:pre-wrap"><link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" </span></div>
<div style="background-color:transparent"><font face="Arial" size="3"><span style="white-space:pre-wrap"><br></span></font></div><div style="background-color:transparent">
<font face="Arial" size="3"><span style="white-space:pre-wrap">Thanks</span></font></div>
<br>_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
<br></blockquote></div><br></div>