Textpattern

Return to main site

Related

Frequently Asked Questions

Troubleshooting Feed Issues

The Basics

The feed validator reports I have a missing description element.

Make sure there’s something entered in the “Site slogan” field in your Preferences.

My feeds are empty or don’t contain the right articles.

Check the “Syndicate?” option, found on the “Sections” tab. Sections that have the “Syndicate?” option turned off will not show up in your feeds.

Safari RSS

Safari RSS does not appear to output a single useful error message. If Safari RSS is having problems with your feed, try the feed in another feed reader first, then try the feed validator. Most often, the feed is invalid, but Safari’s error message doesn’t leave any clue as to the nature of the problem with the feed. Also, Safari will automatically change the scheme from ‘http’ to ‘feed’. That’s fine, within Safari, but remember that everywhere else your feed URLs still need to begin with ‘http’.

My browser tries to download the feed when I click the feed’s link.

Depending upon your browser, this is the correct behaviour. More likely than not, your browser is not capable of displaying XML. As the feeds are sent with the correct MIME type, your browser offers to download the file, rather than just displaying the raw content.This is the correct behavior, and your feed should work in a proper feed aggregator.

How can I setup feed autodetection?

If you want feed aggregators and other tools to be able to autodetect your feeds, you’ll need to add tags like the following to the <head> of your main page:

<txp:feed_link format="link" flavor="rss" />
<txp:feed_link format="link" flavor="atom" />
---