• Attachment import plugin worked well, but minor bug in code… here’s a mode to index.php to handle soem variants on WXR’s which seem to set values to “”

    end of file index.php in plugin change to…

    if ($remote_url != “”) {
    echo json_encode( process_attachment( $parameters, $remote_url ) );
    } else {
    echo json_encode( “” ) ;
    }

    die();}

  • The topic ‘WXR issues’ is closed to new replies.