Hi
I want to do the hard code equivalent of the on-board template formatting.
Specifically, I just need to know what tag to include in my post template to display:
1. the post-image uploaded usingthe image-upload field
2. a file uploaded using the file upload filed
The onboard formatting uses:
{Post Image:6:full:left}
for image.
No option for file.
So I am looking for the php equivalent.