Hello,
I noticed these problems:
- my RSS feed to be horribly populated by javascripts and "extraneous" elements that I would not like to see there.
- my RSS feed is missing images contained in the posts.
My blog feed is here http://www.fermailtempo.it/feed/ and the blog is here http://www.fermailtempo.it/
In the "reading" config of wordpress I have set the "Show in the RSS feed" to "Show all text"
There must be some way to:
- make posted images to appear in the RSS feed like most feeds I see around
- avoid javascripts to appear
- (this might be plugin-related) avoid placemarkers such as [autoviewer id="12"] to appear where I am using plugins that use such markers
Any ideas?
Thanks in advance,
Have you tried:
- checking through Troubleshooting WordPress 3.1 - Master List
- deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
- switching to the Twenty Ten theme to rule out any theme-specific problems.
- resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.
kmessinger
Member
Posted 1 year ago #
Thanks for your input.
However I have just installed a plain and bran new wordpress 3.1 and as I imagined, the pictures in the posts won't show up in the RSS feed, regardless of he RSS setting.
From my point of view the WordPress core code producing RSS needs attention:
- filtering out scripts
- embedding of images (could be an option)
- hooks to filter out custom markers (such as [imageviewer id="##"]) in plugins