It's in import-rss.php, give it a try.
It's in import-rss.php, give it a try.
er...
I got the following
1. Importing post...
Fatal error: Call to undefined function: sanitize_title() in /wp/wp-admin/import-rss.php on line 84
*shrugs* I don't know PHP at all... haha. so can't troubleshoot. But interesting looking tool nonetheless
Ok... ignore all I said....
I had to edit the file for it to find where's my config.php
Anyway... as 2fargon says... works perfectly as far as I can see.
I am sure it is just me, but when I run it I get "All done. Have fun!" but it does not show up and is nowhere in the database.
I tested it this AM. It worked fine, except that it did not convert embedded tags into supported tags, i.e.: it didn't convert B (bold) tags into STRONG and it ended up displaying BR tags, instead of WP rendering them as linebreaks.
Any workaround for these?
My reply in this thread might help you. (Reply #1)
OK - Will give that a try.
2fargon - Great!! You're suggestion worked wonderful. (May want to put it in the docs.) I imported a set of entries from my other blog via RSS and all HTML tags were properly rendered.
I'll probably attempt to import the entire weblog sometime over the weekend. Will report back on how things went.
In addition to Randy's suggestions I changed one more line to fix the title.
$title = addslashes( html_entity_decode( trim($title[1])) );
<bill>
These changes and more have been integrated with the importer.
This topic has been closed to new replies.