Does anyone know if scheduling posts from WordPress for iOS is a workaround for this issue? I’m going to give it a shot.
+1
I rely on WordPress for iOS, so not having this work is a downer. Would love to see a resolution, or at least a target for a fix for 2.5 (2.5.1?).
Thanks.
One gotcha with this plugin: it doesn’t work unless WordPress is installed at the root. I’ve got mine at /w, so I had to change the following line in wp-geo-markers.php:
var $marker_image_dir = '/wp-content/uploads/wp-geo/markers/';
to look like this:
var $marker_image_dir = '/w/wp-content/uploads/wp-geo/markers/';
If I was smart, I’d figure out how to properly use the get_bloginfo(‘wpurl’) function and submit a patch. 🙂
K
Er–bad cut and paste job. This question is open to anyone. 😉