He estado un ratillo peleándome con un error que me daba la aplicación de WordPress para iPhone al añadir mi blog a la misma. El error es el siguiente:

Communication Error
Operation could not be completed
(NSXMLParserErrorDomain error 5.)

Se soluciona de manera sencilla, simplemente editando el archivo .htaccess de nuestro blog y añadiéndole las siguientes líneas:

<Files xmlrpc.php>
SecFilterInheritance Off
</Files>

Poner estas líneas también soluciona un error de XMLRPC que puede dar Flickr si pretendemos publicar nuestras fotos directamente desde la misma página y que también padecí hace ya un tiempo.

Si tenéis algún otro error, no dudéis en consultar la completa FAQ de su página oficial, donde aparecen también otras soluciones para diversos problemas.I have been fighting a little with an error of the WordPress for iPhone application that didn’t let me to use this app with WordPress.org installation. The error is the following:

Communication Error
Operation could not be completed
(NSXMLParserErrorDomain error 5.)

This error can be solved easily just editing the .htaccess file on the root of our blog, adding it a few more lines.

[actionscript]
SecFilterInheritance Off
[/actionscript]

This also solves an XMLRPC error that may happen when trying to post a photo directly from Flickr.

If have another problem, try to find a solution on the great WordPress oficial FAQ, where there are solutions to another problems.