I've config'ed a WP blog (now at 3.0) to provide full RSS feeds. Yet WP insists on producing excerpt RSS feeds.
What could cause this? How does WP produce an RSS feed? (i.e. what functions get called, what gets filtered, what hooks run, etc.)
I've config'ed a WP blog (now at 3.0) to provide full RSS feeds. Yet WP insists on producing excerpt RSS feeds.
What could cause this? How does WP produce an RSS feed? (i.e. what functions get called, what gets filtered, what hooks run, etc.)
Hi Beth
It could be several reasons. Most likely either
a. A plugin the manipulates your RSS feed. Do you have one such installed? b. Some manipulating code in your theme's "functions.php" file...
Could you check either of those out, or go a bit more into detail?