Works great with most feeds
-
Works with most items from the feed I used. Did run into errors where it would truncate posts if some special characters were included in the feed. I resolved this by adding
$thisContent = utf8_encode($thisContent);
to import_posts.php on line
line 807.
This was only due to the feed not being encoded for wordpress and no fault of the plugin.
- The topic ‘Works great with most feeds’ is closed to new replies.