hmm
I have the same problem as nicknormal had, but I can’t get to solve it since I don’t get the meaning of his last post.
So, what is the solution? I keep on modyfing feed-rss2.php, modifying the if then else structure, adding
<?php the_content("...continue reading the story called " . get_the_title('', '', false)); ?>
instead of
<?php the_content() ?>
OR
<?php the_excerpt_rss() ?>
but it doesn’t work.