Ryan McCue
Ryan McCue
> The "WordPress Site" x 2 doesn't seem to add much. I'm not sure if that's just the site titles within your import file and new site, or something else....
Can you try setting the `aggressive_url_search` option to true in the WXR_Importer constructor? This does a much more aggressive regex search through your content for the old URLs, but could...
@daviedR For the admin UI, the options passed in [are filterable](https://github.com/humanmade/WordPress-Importer/blob/0ffae291bfa4e77268e6f7f46aef9a5be8a0992c/class-wxr-import-ui.php#L502-L507). The GUID for attachments shouldn't be used as the actual URL for anything (`get_attached_file()` is the new-style API, and...
Right now there's no way to do this. We should definitely add it. :)
This seems like it may be a plugin compatibility issue; WP core only checks `isset( $_GET['noheader'] )`. What plugins did you have installed?
I don't think so, since that page already outputs, so extra output wouldn't matter.
Agreed, I think it should be a `continue` not a `return`
The test data from wptest.io does have a few problems IIRC, but we should work out a way of displaying this better. Right now, we're using the HTML5 progress element,...
I want to give a quick update on here of the status of this project for us. We use this project internally for most imports of WordPress data, and it's...
This seems like a plugin or theme issue; where does the error say the original output is? (Should say something like "output started at ...")