Tagged Questions
2
votes
1answer
265 views
How do I Import an RSS feed as Wordpress posts without duplicates?
I have an XML feed url I am now using this code to create new Custom Post Type Posts from an rss feed in my functions.php file:
/*
| ...
1
vote
1answer
430 views
update_post_meta, xml parser
I'm hitting the wall for nearly two hours now, trying to figure this out.
Here is the thing' I have made a xml parser to read xml file and add posts (with content) from xml:
$ch = curl_init( ...