tags:

views:

6

answers:

1

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.)

A: 

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?

Lars Koudal