Interesting to note is that the Atom feed is near perfect. It keeps link encoding, etc.
Interesting to note is that the Atom feed is near perfect. It keeps link encoding, etc.
Well, if you want full RSS posts, in the wp-admin/ menu, there is an option to turn on that feature.
Cheers
Read above: this does not work. In the 1.2-mingus release, the "excerpt" and "full-text" point to the same underlying function.
Yep, I've noticed this with my feed. It's set to publish the full text, but I get only an excerpt.
I seemed to have solved the problem on my WP set up by making a change in wp-rss2.php so that it includes a call to the_content_rss() when full text is requested. Here's my change:
<?php if (get_settings('rss_use_excerpt')) : ?>
<description><?php the_excerpt_rss(get_settings('rss_excerpt_length'), 0) ?></description>
<?php else : ?>
<description><?php the_content_rss('','','','',1) ?></description>
Hope this helps.
Can you clarify? Is this in place of any current code, or just in addition? Any particular location in the code where it should be added?
Thanks!
I too would like more info on how to fix this! I don't quite understand the fix posted above.
any way someone could post a diff if they have something that works?
See also this comment: http://wordpress.org/support/index.php?action=vthread&forum=3&topic=4531&page=-1#post-8
(Go FeedRead! ;) )
I thought that was what I said ;-)
The link above is broken. Still appears to be a problem in 1.5.
It certainly isn't a problem for me. Did you select"Full Text" at Options/Reading?
No problem on all three of my 1.5 installs.
This topic has been closed to new replies.