I am trying to access the images stored in blog data in TCMS using Total Loop in order to display an image in a custom layout. Two questions:
1) Is it possible? The locator string from the blog post dump looks like this: "cms-data\/blog\/analysis\/a-propaganda-model\/image\/a-propaganda-model.jpg". And, it is nested image:{img}
2) If it is possible, what is the macro to grab the locator ( {{image:{img}}} ?), and what are the stacks/settings that would make displaying this work?
I guess that my fallback is to use the slug/warehouse technique that Joe uses in the Total Loop tutorial but I'd prefer a more direct admin workflow.