Put fetched Posts into the correct Category
-
The RSS feed has the following structure:
<title>XYZ</title>
<link>http://www.abc.com</link>
<guid isPermaLink=”false”>http://www.abc.com</guid>
<pubDate>Tue, 29 Apr 2014 20:06:02 -0700</pubDate>
<category>Montpellier – Frankreich</category>when the rss feed is fetched an the category
Frankreich with subcategory Montpellier already exists this post should be posted in there.
if not, the category should be created.
how to do that?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Put fetched Posts into the correct Category’ is closed to new replies.