RSS autodiscoverable link is gone when themed frontpage is enabled. RSS autodiscoverable (link href="http://../rss.xml" rel="alternate" type="application/rss+xml") in the head section of the page should be available in front page too.

Comments

Dublin Drupaller’s picture

Assigned: Unassigned » Dublin Drupaller

thanks for the heads up about that Steve. I'll look into it.

Dub

dennys’s picture

This is a temporary solution, I add this HTML code in the body of front page module
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss.xml" />

Another way is we can use it to assing the rss to feedburner
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://feeds.feedburner.com/your_feed" />

I'm not familiar with this HTML tag, it seems that even this tag is not in the HEAD section, Firefox still can auto discover this feed.

ipllc’s picture

dennys solutions works for firefox, but does not work in IE.

Is there any progress on trying to correct this error? I'm using a themed front page and it's actually putting the RSS feed of an embedded view instead of nothing at all...

dennys’s picture

I think maybe we can use this module http://drupal.org/project/feed_path_publisher ?

Phillip Mc’s picture

Assigned: Dublin Drupaller » Phillip Mc
Priority: Critical » Minor
Status: Active » Closed (won't fix)

Closing because this bug - it isn't related to the front page.module.