To get around the lack of multi-select in the Android WP app, I make use of multi-select sharing on the Nexus 5.
#gallery-86 {
margin: auto;
}
#gallery-86 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;
}
#gallery-86 img {
border: 2px solid #cfcfcf;
}
#gallery-86 .gallery-caption {
margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */
- Nexus 5 Photos App. Tap 3-dot.
- Tap Select….
- Multi-select mode. Start tapping images.
- Images tapped. Tap Share.
- Share screen. Let’s scroll down to “W’.
- Tap WordPress
- Defaults to last blog used, which is cool but not what I need here. Tap and select another blog.
- Target blog selected. Tap Share.
- We’re in the WP app. Here we must wait patiently without feedback, especially when sharing multiple images.
- Images finally loaded. Note they are individual images, not a gallery. From here, edit and publish.









