Hi, does anybody know if there is a plugin that can import a rss feed into wordpress custom fields and not directly into the post?
ie: import this....
<item>
<title>post tile</title>
<link>url to post</link>
<pubDate>date</pubDate>
<description><![CDATA[all the data of the post here]]>/description>
</item>
into wordpress custom fields like this..
title => post tile
link => url to post
pubDate => date
description => all the data of the post here