Photo display
The easiest way to display a single photo in your blogpost is by using the standardised [photo 3139]
shortcode, where the number (3139 in this example) is the id of an existing photo.
The ability to use the [photo ...]
shortcode must be activated on Basic settings -> General -> I -> Item 14: Enable shortcode [photo ...].
The way the photo is displayed (kind of caption if any, size and alignment) can be set in Basic settings -> Photos -> II: Shortcode [photo ...] specifications
The fully customizable way to display a single photo is basially the folllowing shortcode:
[wppa type="photo" photo="12"]
The code can be found on the Photo Albums -> Edit -> Manage Photos admin page. Each photo has a sample single image shortcode.
As you see, there are no breadcrumbs or other navigation bars, just the plain photo.
Maybe you want to display a smaller photo. Just change the width as in this example:
[wppa type="photo" photo="12" size="250"]
The photo is left-aligned. To change this, do the following:
[wppa type="photo" photo="12" size="250" align="center"]
You can choose: left, center and right. You can use the attributes size=".."
and align=".."
in all wppa shortcodes.
[wppa type="photo" photo="13" size="250" align="right"]
Display a photo like a standard wp media photo with the photo description as subtext:
[wppa type="mphoto" photo="12" size="250" align="center"]
If you want it right-aligned:
[wppa type="mphoto" photo="13" size="250" align="right"]
Half the available width responsive and centered:
[wppa type="mphoto" photo="12" size="0.5" align="center"]