I installed Excerpt Editor 1.3 on WordPress 2.7.
When I enable the "or in the RSS feeds" option from the "Auto-Generate" options it breaks my feed.
I installed Excerpt Editor 1.3 on WordPress 2.7.
When I enable the "or in the RSS feeds" option from the "Auto-Generate" options it breaks my feed.
I reverted back to version 1.2 and the issue does not occur.
Same is happening to me. Any feedback on this? I'm using Wordpress 2.7 and I don't want to revert an old version of this plugin.
I just discovered the same issue... I'm concerned that since the plugin hasn't been updated in 7 months, that it won't be fixed. I can only hope that someone looks into the problem and releases a patch for it.
I'm running WP 2.8 and Excerpt Editor makes my feed invalid:
http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fethrill.net%2Fwordpress%2Ffeed%2F
Can anyone help?
Thanks a lot in advance.
I have fixed the code so that it now works with WP 2.8 in the RSS feeds:
All you have to do is change line #139 in excerpt-editor.php to the following:
return apply_filters('excerpt_rss', $excerpt);
before it was listed as
return apply_filters('the_excerpt_rss', $excerpt);
=]
You must log in to post.