the_content_rss('', TRUE, '', 25);
the_content_rss('', TRUE, '', 40);
Both these functions work fine and its gives me content that is 25 or 40 words long, but none of the other parameters work.
http://codex.wordpress.org/Function_Reference/the_content_rss
I have tried:
the_content_rss('more...', TRUE, '', 25); but it always defaults to "..."
This doesn't change anything either:
the_content_rss('', FALSE, '', 25);
I know its deprecated but what does that mean in terms of functionality for right now?
I want to be able to display "more..." instead of "..."