F.A.Q.
Q: Once I've donated do I have to donate again to get updates?
A: No, all future updates will be free.
Q: How do I access the plugin?
A: Press Lightroom's "Export" button and then choose LR/Blog from the top of the export dialog.
Q: I'm trying to access Wordpress using Atom, but LR/Blog tells me that
me that my credentials are wrong. I'm sure they're right - they're accepted using XML-RPC. What's
happening?
A: If you're server is running PHP as a CGI application then it won't be passing
your username and password onto Wordpress. You can work around the problem by adding the following two
lines to the .htaccess file in your blog's home directory as
explained by Joseph Scott.
RewriteEngine on RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
|