Recently the question was asked me how to add images into a forum post.
There are several ways to do that. The non-preferred way is to simply attach the image, and insert it into the forum post. It makes it look good'; however, then you do not have the image in an album. Some simply browse the albums and not the forums. You're welcome to do this, but you lose the advantage that albums can bring.
The second and better way is to upload your related photographs into an album (on the Ghost Media/Photos page) and then insert those albums or images into your forum post.
Here are some instructions for doing that.
To insert an album you would do this:
{ hwdps-albumPhotos } X { /hwdps-albumPhotos }
Example:
If you look at the Kashmir Boutique and look at the top you'll see its album 101. So then it would come out...
{ hwdps-albumPhotos }101{ /hwdps-albumPhotos }
becomes
{hwdps-albumPhotos}101{/hwdps-albumPhotos}
Where "X" is the album number, may be a bit tricky to find. You have to go to the album in another browser tab and in the address look for the ## assigned to it. I'll try to make that simpler, but it currently isn't.
Likewise, you can add a single image...
{ hwdps-photo }id= X { /hwdps-photo }
To show the clickable thumbnail
or
{ hwdps-photo }id= X | size=400 { /hwdps-photo }
if you wish to show the full size photo at a certain size rather than the numbnail.
Where "X" is the photo number, again you'll need to go to that photo and notice in the address the number of the photo.
Example:
If you go to your Casadega photo, you'll notice in the address bar its photo #609. So it would come out as...
{ hwdps-photo }id=609|size=400{ /hwdps-photo }
becomes
{hwdps-photo}id=609|size=400{/hwdps-photo}