CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. 4.2-alpha-31427 and PT 0.0.6-20150212.
Entry point is a bare press-this.php link.
Old:
#gallery-13 {
margin: auto;
}
#gallery-13 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;
}
#gallery-13 img {
border: 2px solid #cfcfcf;
}
#gallery-13 .gallery-caption {
margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */
- Click the image icon.
- Loading indicator. Partially off screen and slow.
- This interface seems to deal exclusively with sideloaded images. I can’t find a way to the media modal to upload from camera roll.
New:
#gallery-14 {
margin: auto;
}
#gallery-14 .gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%;
}
#gallery-14 img {
border: 2px solid #cfcfcf;
}
#gallery-14 .gallery-caption {
margin-left: 0;
}
/* see gallery_shortcode() in wp-includes/media.php */
- Start. Tap the image icon.
- Tap Select Files
- Tap All Photos
- Tap an image
- Tap Done
- Loading progress. Ugly sidebarSidebar A sidebar in WordPress is referred to a widget-ready area used by WordPress themes to display information that is not a part of the main content. It is not always a vertical column on the side. It can be a horizontal rectangle below or above the content area, footer, header, or any where in the theme..
- Upload complete. Tap Insert into post.
- Inserted.
- Change the title. Scroll behavior here is awful, just like post-new.php on iOSiOS The operating system used on iPhones and iPads.. Touching the image while scrolling brings up the image edit controls.
- Tap into content and scroll down to check the post. Placeholder text still in the body. Perhaps because an image was immediately inserted before visiting the editor. Tap Done to dismiss the keyboard.
- I left the placeholder and tapped Publish. The icons grey and there is a pause for a couple seconds before the blue progress line appears at the top of the browser. I didn’t get a screenshot of this.
- Dumped in the post page after publish.














